summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-22 06:14:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-22 06:14:50 +0000
commitf5bb4b7b52402a0f2989c84979f41d577b96523b (patch)
tree0de2e71d496bfc7de6db60655bcc9e2999362bd6 /sys-devel
parentx86 stable for bug #116347. Removed broken sftp support. built_with_use to ... (diff)
downloadhistorical-f5bb4b7b52402a0f2989c84979f41d577b96523b.tar.gz
historical-f5bb4b7b52402a0f2989c84979f41d577b96523b.tar.bz2
historical-f5bb4b7b52402a0f2989c84979f41d577b96523b.zip
Version bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-archive/ChangeLog8
-rw-r--r--sys-devel/autoconf-archive/Manifest10
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2005.12.18.ebuild35
-rw-r--r--sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.12.181
4 files changed, 49 insertions, 5 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog
index 5e658f3938ae..d6e86747aef6 100644
--- a/sys-devel/autoconf-archive/ChangeLog
+++ b/sys-devel/autoconf-archive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/autoconf-archive
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.5 2005/12/18 01:39:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.6 2005/12/22 06:14:50 vapier Exp $
+
+*autoconf-archive-2005.12.18 (22 Dec 2005)
+
+ 22 Dec 2005; Mike Frysinger <vapier@gentoo.org>
+ +autoconf-archive-2005.12.18.ebuild:
+ Version bump.
*autoconf-archive-2005.10.14 (18 Dec 2005)
diff --git a/sys-devel/autoconf-archive/Manifest b/sys-devel/autoconf-archive/Manifest
index 73d89e202176..6f88a3ee12b7 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -1,15 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 8b65747c3fb1d63b1e73a9b7277e6f18 ChangeLog 1050
+MD5 e034793912907a6d05ca5c443ea75eb9 ChangeLog 1200
MD5 38041a10de5d4b59c65e23e628872779 autoconf-archive-2005.08.12.ebuild 869
MD5 bfdc422ca8c03d59596ea7912e574109 autoconf-archive-2005.10.14.ebuild 869
+MD5 09804aba8fb294c25d996354cb242048 autoconf-archive-2005.12.18.ebuild 892
MD5 f5c27aca11d0164ba6e6dbffb9feb780 files/digest-autoconf-archive-2005.08.12 80
MD5 835a47f5bc3acbc1a4df32d5ffb66c8f files/digest-autoconf-archive-2005.10.14 80
+MD5 2503246c46aa7a39ace43cf6d3366a81 files/digest-autoconf-archive-2005.12.18 80
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDpL4E2+ySkm8kpY0RAgiWAJ46Ao5q3lkjaGFNW8Vqf1cHPtHvjACfUl3e
-+Pz4IrJ+TM16g00oOg8uapM=
-=VGkU
+iD8DBQFDqkSO2+ySkm8kpY0RAjlMAJ9EYrfhyDT486/AXCCb8YQ54+0nogCfTyMK
+KADSiMap1nVr8SGqq0hL3is=
+=oB30
-----END PGP SIGNATURE-----
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.12.18.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.12.18.ebuild
new file mode 100644
index 000000000000..dc6595b87b0e
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2005.12.18.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2005.12.18.ebuild,v 1.1 2005/12/22 06:14:50 vapier Exp $
+
+inherit eutils
+
+MY_PV=${PV//./-}
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="http://autoconf-archive.cryp.to/"
+SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-devel/automake
+ sys-devel/autoconf"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e '/^htmldir/s:$(prefix)/html:$(pkgdatadir)/html:' \
+ Makefile.in || die "sed html doc"
+}
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ dodir /usr/share/doc
+ mv "${D}"/usr/share/{${PN},doc/${PF}} || die
+}
diff --git a/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.12.18 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.12.18
new file mode 100644
index 000000000000..d3263c5865ce
--- /dev/null
+++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.12.18
@@ -0,0 +1 @@
+MD5 9332a0fd330108c2e62555a38b982dcc autoconf-archive-2005-12-18.tar.bz2 418000