vapier 14/03/09 19:30:40 Modified: ChangeLog Added: autoconf-archive-2014.02.28.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.69 sys-devel/autoconf-archive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 9 Mar 2014 19:28:24 -0000 1.68 +++ ChangeLog 9 Mar 2014 19:30:40 -0000 1.69 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf-archive # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.68 2014/03/09 19:28:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.69 2014/03/09 19:30:40 vapier Exp $ + +*autoconf-archive-2014.02.28 (09 Mar 2014) + + 09 Mar 2014; Mike Frysinger <[email protected]> + +autoconf-archive-2014.02.28.ebuild: + Version bump. 09 Mar 2014; Mike Frysinger <[email protected]> autoconf-archive-2013.11.01.ebuild: 1.1 sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild?rev=1.1&content-type=text/plain Index: autoconf-archive-2014.02.28.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2014.02.28.ebuild,v 1.1 2014/03/09 19:30:40 vapier Exp $ EAPI=5 DESCRIPTION="GNU Autoconf Macro Archive" HOMEPAGE="http://www.gnu.org/software/autoconf-archive/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_install() { default rm -rf "${ED}/usr/share/${PN}" || die }
