summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2013-03-05 14:11:53 +0000
committerNathan Phillip Brink <binki@gentoo.org>2013-03-05 14:11:53 +0000
commit08892335ed2dfdf1ba6902673f342c679138c68d (patch)
tree6a61a51fde128a7fad6389f12d55e6f9ed134a4b /sys-devel
parentinstall the mongoclient shared library wrt #457694 (diff)
downloadgentoo-2-08892335ed2dfdf1ba6902673f342c679138c68d.tar.gz
gentoo-2-08892335ed2dfdf1ba6902673f342c679138c68d.tar.bz2
gentoo-2-08892335ed2dfdf1ba6902673f342c679138c68d.zip
Drop old boost-m4-0.2.
(Portage version: 2.2.0_alpha163-r2/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/boost-m4/ChangeLog5
-rw-r--r--sys-devel/boost-m4/boost-m4-0.2.ebuild35
2 files changed, 4 insertions, 36 deletions
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 <binki@gentoo.org> -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
-}