From 08892335ed2dfdf1ba6902673f342c679138c68d Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Tue, 5 Mar 2013 14:11:53 +0000 Subject: Drop old boost-m4-0.2. (Portage version: 2.2.0_alpha163-r2/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050) --- sys-devel/boost-m4/ChangeLog | 5 ++++- sys-devel/boost-m4/boost-m4-0.2.ebuild | 35 ---------------------------------- 2 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 sys-devel/boost-m4/boost-m4-0.2.ebuild (limited to 'sys-devel') diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog index 2aa99d7519b6..fbbaa9e0cf7d 100644 --- a/sys-devel/boost-m4/ChangeLog +++ b/sys-devel/boost-m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/boost-m4 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.7 2013/03/05 14:00:26 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.8 2013/03/05 14:11:53 binki Exp $ + + 05 Mar 2013; Nathan Phillip Brink -boost-m4-0.2.ebuild: + Drop old boost-m4-0.2. *boost-m4-0.3 (05 Mar 2013) diff --git a/sys-devel/boost-m4/boost-m4-0.2.ebuild b/sys-devel/boost-m4/boost-m4-0.2.ebuild deleted file mode 100644 index 13da7c275c9a..000000000000 --- a/sys-devel/boost-m4/boost-m4-0.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.2.ebuild,v 1.5 2012/12/01 19:04:00 armin76 Exp $ - -EAPI=4 - -DESCRIPTION="Another set of autoconf macros for compiling against boost" -HOMEPAGE="http://github.com/tsuna/boost.m4" -SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -src_unpack() { - default - - # The github-generated tarball kludge. - mv *-boost.m4-* ${P} || die -} - -# boost.m4 has a buildsystem, but the distributer didn't use make dist -# so we'd have to eautoreconf to use it. For installing one file, this -# isn't worth it. -src_configure() { :; } - -src_compile() { :; } - -src_install() { - insinto /usr/share/aclocal - doins build-aux/boost.m4 - - dodoc AUTHORS NEWS README THANKS -} -- cgit v1.2.3-65-gdbad