[arch-commits] Commit in pkgfile/repos (8 files)
Dave Reisner
dreisner at nymeria.archlinux.org
Sat Jan 25 21:17:43 UTC 2014
Date: Saturday, January 25, 2014 @ 22:17:43
Author: dreisner
Revision: 204718
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
pkgfile/repos/extra-i686/PKGBUILD
(from rev 204717, pkgfile/trunk/PKGBUILD)
pkgfile/repos/extra-i686/pkgfile.install
(from rev 204717, pkgfile/trunk/pkgfile.install)
pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 204717, pkgfile/trunk/PKGBUILD)
pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 204717, 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 | 68 +++++++++++++++++++++++++++++++++++++++++
/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, 104 insertions(+), 110 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-01-25 21:17:20 UTC (rev 204717)
+++ extra-i686/PKGBUILD 2014-01-25 21:17:43 UTC (rev 204718)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=pkgfile
-pkgver=11
-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=('55402bf0e7c8ad729601b9f20f8326aa'
- '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
Copied: pkgfile/repos/extra-i686/PKGBUILD (from rev 204717, pkgfile/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-25 21:17:43 UTC (rev 204718)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=pkgfile
+pkgver=12
+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')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+install=pkgfile.install
+md5sums=('3366e5dbf01ebb81197c4fc53c6bb3bf'
+ 'SKIP')
+
+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 2014-01-25 21:17:20 UTC (rev 204717)
+++ extra-i686/pkgfile.install 2014-01-25 21:17:43 UTC (rev 204718)
@@ -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 204717, pkgfile/trunk/pkgfile.install)
===================================================================
--- extra-i686/pkgfile.install (rev 0)
+++ extra-i686/pkgfile.install 2014-01-25 21:17:43 UTC (rev 204718)
@@ -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 2014-01-25 21:17:20 UTC (rev 204717)
+++ extra-x86_64/PKGBUILD 2014-01-25 21:17:43 UTC (rev 204718)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=pkgfile
-pkgver=11
-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=('55402bf0e7c8ad729601b9f20f8326aa'
- '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
Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 204717, pkgfile/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-01-25 21:17:43 UTC (rev 204718)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=pkgfile
+pkgver=12
+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')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+install=pkgfile.install
+md5sums=('3366e5dbf01ebb81197c4fc53c6bb3bf'
+ 'SKIP')
+
+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 2014-01-25 21:17:20 UTC (rev 204717)
+++ extra-x86_64/pkgfile.install 2014-01-25 21:17:43 UTC (rev 204718)
@@ -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 204717, pkgfile/trunk/pkgfile.install)
===================================================================
--- extra-x86_64/pkgfile.install (rev 0)
+++ extra-x86_64/pkgfile.install 2014-01-25 21:17:43 UTC (rev 204718)
@@ -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