summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-05-27 11:25:06 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-05-27 11:25:06 +0300
commit9d82e3653eb6dc903686140a554901cc69edef39 (patch)
tree7d58605d737c96872f70e8950eca8b37aa4afcc3 /sys-devel/boost-m4/boost-m4-0.4.ebuild
parentsys-devel/boost-m4: ppc stable wrt bug #651714 (diff)
downloadgentoo-9d82e3653eb6dc903686140a554901cc69edef39.tar.gz
gentoo-9d82e3653eb6dc903686140a554901cc69edef39.tar.bz2
gentoo-9d82e3653eb6dc903686140a554901cc69edef39.zip
sys-devel/boost-m4: Drop old (EAPI=4)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-devel/boost-m4/boost-m4-0.4.ebuild')
-rw-r--r--sys-devel/boost-m4/boost-m4-0.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-devel/boost-m4/boost-m4-0.4.ebuild b/sys-devel/boost-m4/boost-m4-0.4.ebuild
deleted file mode 100644
index 5fdcd0d72395..000000000000
--- a/sys-devel/boost-m4/boost-m4-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit vcs-snapshot
-
-DESCRIPTION="Another set of autoconf macros for compiling against boost"
-HOMEPAGE="https://github.com/tsuna/boost.m4"
-SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-# boost.m4 has a buildsystem, but the distributer didn't use make dist
-# so we'd have to eautoreconf to use it. Also, its ./configure script
-# DEPENDs on boost. For installing one file, bootstrapping the
-# buildsystem isn't worth it.
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- insinto /usr/share/aclocal
- doins build-aux/boost.m4
-
- dodoc AUTHORS NEWS README THANKS
-}