summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-18 01:39:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-18 01:39:45 +0000
commitacfecaf291975b691b1cfa923b70155310ea5e62 (patch)
treea22d670afe312b7ecf0a6c996d9b521c76518192 /sys-devel
parentold (diff)
downloadhistorical-acfecaf291975b691b1cfa923b70155310ea5e62.tar.gz
historical-acfecaf291975b691b1cfa923b70155310ea5e62.tar.bz2
historical-acfecaf291975b691b1cfa923b70155310ea5e62.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/Manifest12
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild33
-rw-r--r--sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.141
4 files changed, 47 insertions, 7 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog
index 4de3cea0b481..5e658f3938ae 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.4 2005/08/18 02:00:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.5 2005/12/18 01:39:45 vapier Exp $
+
+*autoconf-archive-2005.10.14 (18 Dec 2005)
+
+ 18 Dec 2005; Mike Frysinger <vapier@gentoo.org>
+ +autoconf-archive-2005.10.14.ebuild:
+ Version bump.
*autoconf-archive-2005.08.12 (18 Aug 2005)
diff --git a/sys-devel/autoconf-archive/Manifest b/sys-devel/autoconf-archive/Manifest
index 46a4ee1205b9..73d89e202176 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 8b65747c3fb1d63b1e73a9b7277e6f18 ChangeLog 1050
MD5 38041a10de5d4b59c65e23e628872779 autoconf-archive-2005.08.12.ebuild 869
-MD5 afc5e38e833f5829c07f3b49de2fdc10 autoconf-archive-2005.06.17.ebuild 869
-MD5 73e86d05a4bd69e4c5e7f1099d28b32e ChangeLog 900
-MD5 d92a6c79beaad99c575eec23923c5bd5 files/digest-autoconf-archive-2005.06.17 80
+MD5 bfdc422ca8c03d59596ea7912e574109 autoconf-archive-2005.10.14.ebuild 869
MD5 f5c27aca11d0164ba6e6dbffb9feb780 files/digest-autoconf-archive-2005.08.12 80
+MD5 835a47f5bc3acbc1a4df32d5ffb66c8f files/digest-autoconf-archive-2005.10.14 80
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDA+vagIKl8Uu19MoRAobXAJwMilFhRSPp7Myal7ZvuPJE5yN9EQCfciZ3
-kRzPGV9BV8V8VVn53nGQqsU=
-=FOHt
+iD8DBQFDpL4E2+ySkm8kpY0RAgiWAJ46Ao5q3lkjaGFNW8Vqf1cHPtHvjACfUl3e
++Pz4IrJ+TM16g00oOg8uapM=
+=VGkU
-----END PGP SIGNATURE-----
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild
new file mode 100644
index 000000000000..8f5e664c8180
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild
@@ -0,0 +1,33 @@
+# 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.10.14.ebuild,v 1.1 2005/12/18 01:39:45 vapier Exp $
+
+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:$(datadir)/doc/'${PF}'/html:' \
+ Makefile.in || die "sed html doc"
+}
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ rm -r "${D}"/usr/share/${PN}
+ dodoc AUTHORS README
+}
diff --git a/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.14 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.14
new file mode 100644
index 000000000000..5c7f4705ea1a
--- /dev/null
+++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.14
@@ -0,0 +1 @@
+MD5 fbc707d3fb8b7ba4c734ca61626d14d0 autoconf-archive-2005-10-14.tar.bz2 417757