[arch-commits] Commit in pkgfile/repos (8 files)
Dave Reisner
dreisner at nymeria.archlinux.org
Sun Aug 25 20:10:57 UTC 2013
Date: Sunday, August 25, 2013 @ 22:10:57
Author: dreisner
Revision: 193608
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
pkgfile/repos/extra-i686/PKGBUILD
(from rev 193607, pkgfile/trunk/PKGBUILD)
pkgfile/repos/extra-i686/pkgfile.install
(from rev 193607, pkgfile/trunk/pkgfile.install)
pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 193607, pkgfile/trunk/PKGBUILD)
pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 193607, pkgfile/trunk/pkgfile.install)
Deleted:
pkgfile/repos/extra-i686/PKGBUILD
pkgfile/repos/extra-i686/pkgfile.install
pkgfile/repos/extra-x86_64/PKGBUILD
pkgfile/repos/extra-x86_64/pkgfile.install
------------------------------+
/PKGBUILD | 74 +++++++++++++++++++++++++++++++++++++++++
/pkgfile.install | 36 +++++++++++++++++++
extra-i686/PKGBUILD | 37 --------------------
extra-i686/pkgfile.install | 18 ---------
extra-x86_64/PKGBUILD | 37 --------------------
extra-x86_64/pkgfile.install | 18 ---------
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-08-25 20:10:35 UTC (rev 193607)
+++ extra-i686/PKGBUILD 2013-08-25 20:10:57 UTC (rev 193608)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=pkgfile
-pkgver=8
-pkgrel=2
-pkgdesc="a pacman .files metadata explorer"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/pkgfile"
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-conflicts=('pkgtools<24-2')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-install=pkgfile.install
-md5sums=('772d02872ddf112c5e24d6ad40e5623d'
- '712c546c0291975e646a1d2170034e10')
-
-options=(!strip)
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure
- make
-
- # generate a license file
- sed '/\*\//q' src/pkgfile.c >LICENSE
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh
Copied: pkgfile/repos/extra-i686/PKGBUILD (from rev 193607, pkgfile/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-25 20:10:57 UTC (rev 193608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=pkgfile
+pkgver=9
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/pkgfile"
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+conflicts=('pkgtools<24-2')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+install=pkgfile.install
+md5sums=('7e27e9c15da6d59ae04f32d5dc977485'
+ 'SKIP')
+
+options=(!strip)
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure
+ make
+
+ # generate a license file
+ sed '/\*\//q' src/pkgfile.c >LICENSE
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh
Deleted: extra-i686/pkgfile.install
===================================================================
--- extra-i686/pkgfile.install 2013-08-25 20:10:35 UTC (rev 193607)
+++ extra-i686/pkgfile.install 2013-08-25 20:10:57 UTC (rev 193608)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
- printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
- # the cache dir might not be removed, notify the user
- if [ -d var/cache/pkgfile ]; then
- printf "==> /var/cache/pkgfile has not been removed\n"
- fi
-}
-
-post_upgrade() {
- if [ "$(vercmp 5 "$2")" -eq 1 ]; then
- printf "==> DB format has changed. Please run pkgfile -uu\n"
- fi
-}
Copied: pkgfile/repos/extra-i686/pkgfile.install (from rev 193607, pkgfile/trunk/pkgfile.install)
===================================================================
--- extra-i686/pkgfile.install (rev 0)
+++ extra-i686/pkgfile.install 2013-08-25 20:10:57 UTC (rev 193608)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+ printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+ # the cache dir might not be removed, notify the user
+ if [ -d var/cache/pkgfile ]; then
+ printf "==> /var/cache/pkgfile has not been removed\n"
+ fi
+}
+
+post_upgrade() {
+ if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+ printf "==> DB format has changed. Please run pkgfile -uu\n"
+ fi
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-08-25 20:10:35 UTC (rev 193607)
+++ extra-x86_64/PKGBUILD 2013-08-25 20:10:57 UTC (rev 193608)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=pkgfile
-pkgver=8
-pkgrel=2
-pkgdesc="a pacman .files metadata explorer"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/pkgfile"
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-conflicts=('pkgtools<24-2')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-install=pkgfile.install
-md5sums=('772d02872ddf112c5e24d6ad40e5623d'
- '712c546c0291975e646a1d2170034e10')
-
-options=(!strip)
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure
- make
-
- # generate a license file
- sed '/\*\//q' src/pkgfile.c >LICENSE
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh
Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 193607, pkgfile/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-08-25 20:10:57 UTC (rev 193608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=pkgfile
+pkgver=9
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/pkgfile"
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+conflicts=('pkgtools<24-2')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+install=pkgfile.install
+md5sums=('7e27e9c15da6d59ae04f32d5dc977485'
+ 'SKIP')
+
+options=(!strip)
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure
+ make
+
+ # generate a license file
+ sed '/\*\//q' src/pkgfile.c >LICENSE
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh
Deleted: extra-x86_64/pkgfile.install
===================================================================
--- extra-x86_64/pkgfile.install 2013-08-25 20:10:35 UTC (rev 193607)
+++ extra-x86_64/pkgfile.install 2013-08-25 20:10:57 UTC (rev 193608)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
- printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
- # the cache dir might not be removed, notify the user
- if [ -d var/cache/pkgfile ]; then
- printf "==> /var/cache/pkgfile has not been removed\n"
- fi
-}
-
-post_upgrade() {
- if [ "$(vercmp 5 "$2")" -eq 1 ]; then
- printf "==> DB format has changed. Please run pkgfile -uu\n"
- fi
-}
Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 193607, pkgfile/trunk/pkgfile.install)
===================================================================
--- extra-x86_64/pkgfile.install (rev 0)
+++ extra-x86_64/pkgfile.install 2013-08-25 20:10:57 UTC (rev 193608)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+ printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+ # the cache dir might not be removed, notify the user
+ if [ -d var/cache/pkgfile ]; then
+ printf "==> /var/cache/pkgfile has not been removed\n"
+ fi
+}
+
+post_upgrade() {
+ if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+ printf "==> DB format has changed. Please run pkgfile -uu\n"
+ fi
+}
More information about the arch-commits
mailing list