diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-20 15:45:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-20 15:45:14 +0000 |
commit | 4f0f4df07662d7825682480b49d231e4be653f21 (patch) | |
tree | cb66dd48117c9fbff0a1b3272e7cb6f0a0d91946 /sys-devel | |
parent | remove unused use flag (diff) | |
download | gentoo-2-4f0f4df07662d7825682480b49d231e4be653f21.tar.gz gentoo-2-4f0f4df07662d7825682480b49d231e4be653f21.tar.bz2 gentoo-2-4f0f4df07662d7825682480b49d231e4be653f21.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-archive/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index fc1434bdf5df..045650b5d364 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.30 2010/07/10 00:12:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.31 2010/08/20 15:45:14 jer Exp $ + +*autoconf-archive-2010.08.19 (20 Aug 2010) + + 20 Aug 2010; Jeroen Roovers <jer@gentoo.org> + +autoconf-archive-2010.08.19.ebuild: + Version bump. *autoconf-archive-2010.07.06 (10 Jul 2010) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild new file mode 100644 index 000000000000..7fddc42c017d --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild,v 1.1 2010/08/20 15:45:14 jer Exp $ + +EAPI="3" + +DESCRIPTION="GNU Autoconf Macro Archive" +HOMEPAGE="http://autoconf-archive.cryp.to/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die + dodir /usr/share/doc + mv "${D}"/usr/share/{${PN},doc/${PF}} || die + rm -f "${D}"/usr/share/doc/${PF}/COPYING + dodoc AUTHORS ChangeLog NEWS README TODO +} |