From 547f0ba8b958a978d9a1279a66b99c44224db785 Mon Sep 17 00:00:00 2001 From: Sardem FF7 Date: Fri, 15 Apr 2011 00:03:46 +0200 Subject: Bump ctpl Also clean .la files and USE-flag static libs --- dev-libs/ctpl/Manifest | 4 ++-- dev-libs/ctpl/ctpl-0.3.2.ebuild | 31 +++++++++++++++++++++++++++++++ dev-libs/ctpl/ctpl-0.3.ebuild | 31 ------------------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-libs/ctpl/ctpl-0.3.2.ebuild delete mode 100644 dev-libs/ctpl/ctpl-0.3.ebuild diff --git a/dev-libs/ctpl/Manifest b/dev-libs/ctpl/Manifest index f43df98..58b3313 100644 --- a/dev-libs/ctpl/Manifest +++ b/dev-libs/ctpl/Manifest @@ -1,2 +1,2 @@ -EBUILD ctpl-0.3.ebuild 550 RMD160 8cb8bd0aa6d55935a1d82309ba3d766efcf4bc26 SHA1 21011d1fe1624f449450e4bb121a7a3dfa7887b7 SHA256 7c0ef0f3654ffcf2e2bacfaa65830db8fdfcb8e8be6488b8bfba2f6693ba993e -DIST ctpl-0.3.tar.gz 547813 RMD160 77f3eeed51bda2cc80dc60d0a247992e051dbd08 SHA1 7ec5aedd008d3802b0cfba94f9ce4de54326afc7 SHA256 822fed6eb619e9c83a6193d8e4357cf895838c90af56c4f4ee0f7358214ded84 +EBUILD ctpl-0.3.2.ebuild 639 RMD160 5d1b79b164b4e0adc78a680e3e1d27d5b9c402e7 SHA1 aa0f73223d71cddd6cf65aef1f91b72326582577 SHA256 a2c80f39bab32ffa3ea47599289a5709977648fdbbed1f13457bc63eb380aeac +DIST ctpl-0.3.2.tar.gz 560262 RMD160 750be5503dd6811f099116582c866fae6aefc721 SHA1 49a835768fb151406439128d8616c1ca8712d759 SHA256 5e0cbcc2b0dfcbcb512acce988a0c00705759cec5ec68bfd8310605b67283f04 diff --git a/dev-libs/ctpl/ctpl-0.3.2.ebuild b/dev-libs/ctpl/ctpl-0.3.2.ebuild new file mode 100644 index 0000000..a41ab0e --- /dev/null +++ b/dev-libs/ctpl/ctpl-0.3.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v3 +# $Header: $ + +EAPI="3" + +inherit autotools + +DESCRIPTION="CTPL - C Template (Parser) Library" +HOMEPAGE="https://ctpl.tuxfamily.org" +SRC_URI="http://download.tuxfamily.org/${PN}/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +RDEPEND="dev-libs/glib" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + emake DESTDIR="${ED}" install || die + find "${ED}" -name '*.la' -exec rm -f '{}' + || die + dodoc AUTHORS NEWS README +} diff --git a/dev-libs/ctpl/ctpl-0.3.ebuild b/dev-libs/ctpl/ctpl-0.3.ebuild deleted file mode 100644 index 3fd630e..0000000 --- a/dev-libs/ctpl/ctpl-0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v3 -# $Header: $ - -EAPI="3" - -inherit autotools - -DESCRIPTION="CTPL - C Template (Parser) Library" -HOMEPAGE="https://ctpl.tuxfamily.org" -SRC_URI="http://download.tuxfamily.org/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - eautoreconf || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS NEWS README -} - -- cgit v1.2.3-65-gdbad