summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2014-12-14 11:04:11 +0100
committerThomas Sachau <tommy@gentoo.org>2014-12-14 11:04:11 +0100
commit3eae67d52ecf69af46118660f7cd7bb02fbf4703 (patch)
tree358dc8c4c1f0c8a993be14261d9267b8e8a58d2b
parentRemove dev-perl/WebService-RTMAgent as EAPI-0 is unsupported by perl-module e... (diff)
downloadsunrise-reviewed-3eae67d52ecf69af46118660f7cd7bb02fbf4703.tar.gz
sunrise-reviewed-3eae67d52ecf69af46118660f7cd7bb02fbf4703.tar.bz2
sunrise-reviewed-3eae67d52ecf69af46118660f7cd7bb02fbf4703.zip
Remove dev-libs/libtpl as EAPI-0 is unsupported by perl-module eclass
-rw-r--r--dev-libs/libtpl/ChangeLog42
-rw-r--r--dev-libs/libtpl/Manifest4
-rw-r--r--dev-libs/libtpl/libtpl-1.4.ebuild57
-rw-r--r--dev-libs/libtpl/metadata.xml5
4 files changed, 0 insertions, 108 deletions
diff --git a/dev-libs/libtpl/ChangeLog b/dev-libs/libtpl/ChangeLog
deleted file mode 100644
index 52da067ae..000000000
--- a/dev-libs/libtpl/ChangeLog
+++ /dev/null
@@ -1,42 +0,0 @@
-# ChangeLog for dev-libs/libtpl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 27 Apr 2009; Tiago Cunha <tcunha@gentoo.org> -libtpl-1.3.ebuild,
- +libtpl-1.4.ebuild:
- Version bump, remove old.
-
- 26 Mar 2009; Tiago Cunha <tcunha@gentoo.org> libtpl-1.3.ebuild:
- Fix license.
-
- 10 Feb 2009; Tiago Cunha <tcunha@gentoo.org> -libtpl-1.2-r1.ebuild,
- +libtpl-1.3.ebuild:
- Version bump, remove old.
-
- 31 Jul 2008; Tiago Cunha (tcunha) <me@tiagocunha.org>
- libtpl-1.2-r1.ebuild:
- Avoid returning zero if a test fails
-
- 30 Jul 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> -libtpl-1.2.ebuild,
- +libtpl-1.2-r1.ebuild:
- Only install perl documentation if 'perl' USE flag provided, remove old
-
- 30 Jul 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> libtpl-1.2.ebuild:
- Make doins, and dodoc die on failure
-
- 11 Jun 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> libtpl-1.2.ebuild:
- Simplify die messages, while there avoid using identical die messages in the
- same function to ease error identification
-
- 03 Jun 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> libtpl-1.2.ebuild:
- Simplify sed calls
-
- 18 Mar 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> libtpl-1.2.ebuild:
- Insert a comment explaining why the default src_compile is redefined, only
- execute perl-module_pkg_postinst if the 'perl' USE flag was specified, while
- there tidy up the ebuild
-
- 28 Jan 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> +metadata.xml,
- +libtpl-1.2.ebuild:
- New Ebuild for bug 207821. Thanks to jokey and Tommy[D] for the review
-
diff --git a/dev-libs/libtpl/Manifest b/dev-libs/libtpl/Manifest
deleted file mode 100644
index 841803c63..000000000
--- a/dev-libs/libtpl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST libtpl-1.4.tar.bz2 691988 RMD160 6b382935df004a44f7c26563e6f1d919e5c37613 SHA1 bc8f6ea107df9c9cbdb2d95e6103dc319428c690 SHA256 ba991b1b4a3381771073404c26fd4b7b22532942d2b4b4af3eafb20fbd8b53a7
-EBUILD libtpl-1.4.ebuild 1298 RMD160 f9c21aa30b23fa046d34b5b3ca61e206939310c2 SHA1 7810515f3671ad2c9ccf2869db37e0925a609ba8 SHA256 f14f1247dd9773b1de48ab6dd86683842fb40ea89c12a935f0e0b387099d3da9
-MISC ChangeLog 1571 RMD160 93c86b21c788e4ce0381a7dce854ceb2f8fcd7ab SHA1 760249e672cb44451a2a9837cbf1eb6d80bd1df2 SHA256 254c419e40a9df673c7723853638e7ab28c2cdc56b802f690b515d693a797873
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/dev-libs/libtpl/libtpl-1.4.ebuild b/dev-libs/libtpl/libtpl-1.4.ebuild
deleted file mode 100644
index 72dab2b71..000000000
--- a/dev-libs/libtpl/libtpl-1.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="Serialize your C data quickly and easily"
-HOMEPAGE="http://tpl.sourceforge.net"
-SRC_URI="mirror://sourceforge/tpl/${P}.tar.bz2"
-
-LICENSE="BSD-1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc"
-IUSE="perl test"
-
-RDEPEND="perl? ( dev-lang/perl )"
-DEPEND="${RDEPEND}
- test? ( dev-lang/perl )"
-
-# Despite of being the default src_compile, it must be redefined because the
-# perl-module eclass exports src_compile.
-src_compile() {
- econf
- emake || die "emake failed"
-}
-
-src_test() {
- cd tests
-
- sed -i -e "/CFLAGS/s/-g/${CFLAGS}/" \
- -e "/CFLAGS/s/-O3//" Makefile || die "sed cflags failed"
- sed -i "s|/tmp/||g" *.c || die "sed tpl failed"
-
- emake -j1 CC="$(tc-getCC)" || die "emake failed"
-
- if use perl ; then
- cd "${S}"/lang/perl/tests
- emake || die "emake perl failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc doc/txt/{examples,future,userguide}.txt || die "dodoc failed"
-
- if use perl ; then
- perlinfo
- insinto ${SITE_LIB}
- doins lang/perl/Tpl.pm || die "doins failed"
-
- dodoc doc/txt/perl.txt || die "dodoc perl failed"
- fi
-}
-
-pkg_postinst() {
- use perl && perl-module_pkg_postinst
-}
diff --git a/dev-libs/libtpl/metadata.xml b/dev-libs/libtpl/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/dev-libs/libtpl/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>