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
commit8da6314f3a807eded95270082ca783a7a0583497 (patch)
treef3f04c0987687ae989e613f7bed593ea2d0c74fc /sys-devel/autoconf-archive
parentx86 stable for bug #116347. Removed broken sftp support. built_with_use to ... (diff)
downloadgentoo-2-8da6314f3a807eded95270082ca783a7a0583497.tar.gz
gentoo-2-8da6314f3a807eded95270082ca783a7a0583497.tar.bz2
gentoo-2-8da6314f3a807eded95270082ca783a7a0583497.zip
Version bump.
(Portage version: 2.0.53)
Diffstat (limited to 'sys-devel/autoconf-archive')
-rw-r--r--sys-devel/autoconf-archive/ChangeLog8
-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
3 files changed, 43 insertions, 1 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/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