diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-04 04:07:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-04 04:07:38 (GMT) |
commit | db40f2ab304cc32d9a69ee215727c8663b757c53 (patch) | |
tree | 02437908944190186e1ab040fcf5f13c80fbc316 /abs/chroot-devel-testing | |
parent | ea26ba87276362ba1e99ececcb9e802ab2bd8776 (diff) | |
download | linhes_pkgbuild-db40f2ab304cc32d9a69ee215727c8663b757c53.zip linhes_pkgbuild-db40f2ab304cc32d9a69ee215727c8663b757c53.tar.gz linhes_pkgbuild-db40f2ab304cc32d9a69ee215727c8663b757c53.tar.bz2 |
adding tools for chroot-devel
Diffstat (limited to 'abs/chroot-devel-testing')
-rw-r--r-- | abs/chroot-devel-testing/README | 0 | ||||
-rw-r--r-- | abs/chroot-devel-testing/abs/ChangeLog | 35 | ||||
-rw-r--r-- | abs/chroot-devel-testing/abs/PKGBUILD | 33 | ||||
-rw-r--r-- | abs/chroot-devel-testing/abs/abs.install | 15 | ||||
-rw-r--r-- | abs/chroot-devel-testing/git/ChangeLog | 26 | ||||
-rw-r--r-- | abs/chroot-devel-testing/git/PKGBUILD | 49 |
6 files changed, 0 insertions, 158 deletions
diff --git a/abs/chroot-devel-testing/README b/abs/chroot-devel-testing/README deleted file mode 100644 index e69de29..0000000 --- a/abs/chroot-devel-testing/README +++ /dev/null diff --git a/abs/chroot-devel-testing/abs/ChangeLog b/abs/chroot-devel-testing/abs/ChangeLog deleted file mode 100644 index c33bcff..0000000 --- a/abs/chroot-devel-testing/abs/ChangeLog +++ /dev/null @@ -1,35 +0,0 @@ -2008-08-10 Allan McRae <allan@archlinux.org> - - * 2.2-1 - Upstream update - - adds ability to select which repos/packages - sync on commandline - - additional PKGBUILD and install script prototypes - -2008-04-19 Travis Willard <travis@archlinux.org> - - * 2.1-1 - Upstream update - re-adds support for community - -2008-04-19 Travis Willard <travis@archlinux.org> - - * 2.0-4 - Added install warning about /var/abs - -2008-04-15 Travis Willard <travis@archlinux.org> - - * 2.0-3 - Added install message - Moved abs.conf to /etc instead of /etc/abs - -2008-04-13 Travis Willard <travis@archlinux.org> - - * 2.0-2 - Moved rsyncd.conf.abs to /usr/share/abs - Made rsync server configurable - -2008-04-10 Travis Willard <travis@archlinux.org> - - * 2.0-1 - Added ChangeLog - New rsync-based release diff --git a/abs/chroot-devel-testing/abs/PKGBUILD b/abs/chroot-devel-testing/abs/PKGBUILD deleted file mode 100644 index e38c9e9..0000000 --- a/abs/chroot-devel-testing/abs/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 8218 2008-08-09 14:48:26Z allan $ -# Maintainer: Allan McRae <allan@archlinux.org> - -pkgname=abs -pkgver=2.2 -pkgrel=1 -pkgdesc="Utilities to download and work with the Arch Build System (ABS)" -arch=('i686' 'x86_64') -url="http://projects.archlinux.org/git/?p=abs.git" -license=('GPL') -depends=('bash' 'rsync') -backup=(etc/abs.conf) -install=abs.install -source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz) -md5sums=('281f7def0b18d1545438290fcbf26db3') - -build() { - cd ${srcdir}/${pkgname} - - make CONFDIR=/etc/ || return 1 - make CONFDIR=/etc/ DESTDIR=${pkgdir} install || return 1 - - # Add readme file, and make base /var/abs path - install -dm0755 ${pkgdir}/var/abs/local/ - install -Dm0644 ${srcdir}/abs/README ${pkgdir}/var/abs/README - - # change ABS tags for x86_64 to correct values - if [ "$CARCH" = "x86_64" ]; then - sed -i "s|i686|x86_64|g" ${pkgdir}/etc/abs.conf - fi -} - -# vim: set ts=2 sw=2 noet: diff --git a/abs/chroot-devel-testing/abs/abs.install b/abs/chroot-devel-testing/abs/abs.install deleted file mode 100644 index 1b19b4a..0000000 --- a/abs/chroot-devel-testing/abs/abs.install +++ /dev/null @@ -1,15 +0,0 @@ -## arg 1: the new package version -## arg 2: the old package version -pre_upgrade() { - if [ "$(vercmp $2 2.0-1)" -lt 0 ]; then - echo "==> ABS now uses rsync, instead of cvsup, to synchronize your tree." - echo "==> Please note the new configuration in /etc/abs.conf" - fi - - if [ "$(vercmp $2 2.0-4)" -lt 0 ]; then - echo "==> Warning: abs clears out the contents of /var/abs when syncing." - echo "==> Keep all local PKGBUILDs in /var/abs/local, or they will disappear" - fi -} - -# vim:set ts=2 sw=2 et: diff --git a/abs/chroot-devel-testing/git/ChangeLog b/abs/chroot-devel-testing/git/ChangeLog deleted file mode 100644 index 54cdeec..0000000 --- a/abs/chroot-devel-testing/git/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -Simple version bumps are ommitted from the following ChangeLog. - -2008-09-14 Dan McGee <dan@archlinux.org> - Version 1.6.0.2-1 - * Moved optional depends from install file to optdepends array - -2008-06-15 Dan McGee <dan@archlinux.org> - Version 1.5.6-1 - * Removed 'cpio' dependency, clone is now a builtin and no longer needs it - -2008-02-02 Dan McGee <dan@archlinux.org> - Version 1.5.4-1 - * Upstream version 1.5.4 - * Enable pthreads support in pack-objects. To use, set the pack.threads - git config option. Read manpages of pack-objects and config for more - details. - * Changelog added (with entries going back a bit). - -2008-01-28 Kevin Piche <kevin@archlinux.org> - Version 1.5.3.7-2 - * Updated for new perl policy (vendor dirs) - * Change license to GPL2 - -2007-11-01 Eric Belanger <eric@archlinux.org> - Version 1.5.3.5-2 - * Fix Perl module location diff --git a/abs/chroot-devel-testing/git/PKGBUILD b/abs/chroot-devel-testing/git/PKGBUILD deleted file mode 100644 index 7863d4f..0000000 --- a/abs/chroot-devel-testing/git/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# $Id: PKGBUILD 12487 2008-09-14 16:45:00Z dan $ -# Maintainer: Dan McGee <dan@archlinux.org> - -pkgname=git -pkgver=1.6.0.2 -pkgrel=2 -pkgdesc="GIT - the stupid content tracker" -arch=(i686 x86_64) -url="http://git.or.cz/" -license=('GPL2') -depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.10.0') -optdepends=('tk: gitk and git gui' - 'perl-libwww: git svn' - 'subversion: git svn' - 'cvsps: git cvsimport') -replaces=('git-core') -provides=('git-core') -source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2" \ - "http://kernel.org/pub/software/scm/git/git-manpages-${pkgver}.tar.bz2") - -build() { - cd $srcdir/$pkgname-$pkgver - make THREADED_DELTA_SEARCH=1 \ - prefix=/usr gitexecdir=/usr/lib/git-core || return 1 - make THREADED_DELTA_SEARCH=1 \ - prefix=/usr gitexecdir=/usr/lib/git-core \ - INSTALLDIRS=vendor DESTDIR=${pkgdir} install - - # let's plop gitweb in /usr/share - mkdir -p $pkgdir/usr/share/ || return 1 - cp -dR ./gitweb $pkgdir/usr/share/gitweb || return 1 - - #bash completion - mkdir -p $pkgdir/etc/bash_completion.d/ || return 1 - install -m644 ./contrib/completion/git-completion.bash $pkgdir/etc/bash_completion.d/git || return 1 - - # how 'bout some manpages? - for mansect in man1 man5 man7; do - for manpage in $srcdir/$mansect/*; do - install -D -m644 $manpage $pkgdir/usr/share/man/$mansect/$(basename $manpage) - done - done - - # remove perllocal.pod, .packlist, and empty directories. - rm -rf $pkgdir/usr/lib/perl5 -} - -md5sums=('1e4d9bfc1cb0abf165d4de93b5172324' - '30bd29d96b4576ef8b7b48ad791f613e') |