summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2012-02-01 02:22:46 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2012-02-01 02:22:46 +0000
commit2e8fe64e871c0df3e8dd3436a3604aaac0f19a47 (patch)
treef59ccb99adf62656768f1e5ffbdbd8d7b73c998e /sys-devel
parentspacefm imported to tree (diff)
downloadsunrise-2e8fe64e871c0df3e8dd3436a3604aaac0f19a47.tar.gz
sunrise-2e8fe64e871c0df3e8dd3436a3604aaac0f19a47.tar.bz2
sunrise-2e8fe64e871c0df3e8dd3436a3604aaac0f19a47.zip
sys-devel/boost-m4: Drop sys-devel/boost-m4 as it now in gentoo-x86.
svn path=/sunrise/; revision=12721
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/boost-m4/ChangeLog24
-rw-r--r--sys-devel/boost-m4/Manifest4
-rw-r--r--sys-devel/boost-m4/boost-m4-0.2.ebuild37
-rw-r--r--sys-devel/boost-m4/metadata.xml5
4 files changed, 0 insertions, 70 deletions
diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog
deleted file mode 100644
index 53583738b..000000000
--- a/sys-devel/boost-m4/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for sys-devel/boost-m4
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 13 May 2011; Nathan Phillip Brink <binki@gentoo.org> boost-m4-0.2.ebuild:
- Remove unnecessary || die() and RDEPEND, as I did an incomplete move to
- EAPI=4.
-
- 06 May 2011; Nathan Phillip Brink <binki@gentoo.org> boost-m4-0.2.ebuild:
- Make the mv * for the github zipball kludge more specific.
-
-*boost-m4-0.2 (03 May 2011)
-
- 03 May 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
- -boost-m4-0.1.ebuild, -files/boost-m4-0.1-multilib.patch,
- +boost-m4-0.2.ebuild:
- Bump to boost-m4-0.2, thanks to Erik Zeek per bug 352618 comment 4.
-
-*boost-m4-0.1 (24 Jan 2011)
-
- 24 Jan 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
- +boost-m4-0.1.ebuild, +files/boost-m4-0.1-multilib.patch, +metadata.xml:
- New ebuild sys-devel/boost-m4-0.1 for bug 352618.
-
diff --git a/sys-devel/boost-m4/Manifest b/sys-devel/boost-m4/Manifest
deleted file mode 100644
index d67b5d9b0..000000000
--- a/sys-devel/boost-m4/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST boost-m4-0.2.zip 45284 RMD160 d5cdfcb7578f7cbad086eddb3c1d84d5ffb828a7 SHA1 9313d7e917b915612c69c81408e4a2c3d65e162c SHA256 b2eec24c8fbb0c20de857bda3752e9c9912745ba4b127bd955fd9507cc18af45
-EBUILD boost-m4-0.2.ebuild 783 RMD160 37451b84ebb19f82e459bd29ae5a1a6fe99e2f6e SHA1 5287f649231e99c2403a7cd238d50054df8ac958 SHA256 b8d8fa77221179e82de12547e0c15efc6fb84a1a8e462ce690987f6f280a37ef
-MISC ChangeLog 909 RMD160 484f62bb4bab6e2f15984bb1daaca49ab650de12 SHA1 1db5c74ef01e2aee9ac5dc923eca45dfb90f58a0 SHA256 da8cd440a41a517c092dfee694d8a1681d57a744c5fadea28b8714762206c2e8
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
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 0abe26168..000000000
--- a/sys-devel/boost-m4/boost-m4-0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Another set of autoconf macros for compiling against boost"
-HOMEPAGE="http://github.com/tsuna/boost.m4"
-SRC_URI="${HOMEPAGE}/zipball/v${PV} -> ${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-
-src_unpack() {
- default
-
- # The github-generated zipball 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
-}
diff --git a/sys-devel/boost-m4/metadata.xml b/sys-devel/boost-m4/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/sys-devel/boost-m4/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>