diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-11 06:49:45 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-11 06:49:45 +0000 |
commit | 290bcad9e42542471dfd765deda10181809975c6 (patch) | |
tree | 74cfe73c00ad967588f292490cf1dbd5c6d20092 /dev-cpp/libthrowable | |
parent | version bump (diff) | |
download | gentoo-2-290bcad9e42542471dfd765deda10181809975c6.tar.gz gentoo-2-290bcad9e42542471dfd765deda10181809975c6.tar.bz2 gentoo-2-290bcad9e42542471dfd765deda10181809975c6.zip |
stable x86/amd64; clean up
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-cpp/libthrowable')
-rw-r--r-- | dev-cpp/libthrowable/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/libthrowable/libthrowable-1.0.0.ebuild | 49 | ||||
-rw-r--r-- | dev-cpp/libthrowable/libthrowable-1.1.0.ebuild | 4 |
3 files changed, 7 insertions, 52 deletions
diff --git a/dev-cpp/libthrowable/ChangeLog b/dev-cpp/libthrowable/ChangeLog index 01e532f515ca..c1a5112ef587 100644 --- a/dev-cpp/libthrowable/ChangeLog +++ b/dev-cpp/libthrowable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libthrowable # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/ChangeLog,v 1.9 2008/01/11 07:35:32 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/ChangeLog,v 1.10 2008/02/11 06:49:45 opfer Exp $ + + 11 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + -libthrowable-1.0.0.ebuild, libthrowable-1.1.0.ebuild: + stable x86/amd64; clean up *libthrowable-1.1.0 (11 Jan 2008) diff --git a/dev-cpp/libthrowable/libthrowable-1.0.0.ebuild b/dev-cpp/libthrowable/libthrowable-1.0.0.ebuild deleted file mode 100644 index 853113acf5fa..000000000000 --- a/dev-cpp/libthrowable/libthrowable-1.0.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/libthrowable-1.0.0.ebuild,v 1.5 2007/08/07 02:58:57 vapier Exp $ - -inherit eutils - -DESCRIPTION="Easy error handling and debugging in C++" -HOMEPAGE="http://libthrowable.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="threads examples" - -DEPEND="" -RDEPEND=">=dev-util/pkgconfig-0.20" - -pkg_setup() { - # check if this is a recompile and if the USE flag threads has changed - # must be done before anything is installed! - if use threads; then - has_version dev-cpp/libthrowable && ! built_with_use dev-cpp/libthrowable threads \ - && ewarn "You recompile with USE=threads, so remember to rebuilt all depending packages!" && epause - else - has_version dev-cpp/libthrowable && built_with_use dev-cpp/libthrowable threads \ - && ewarn "You recompile without USE=threads, so remember to rebuilt all depending packages!" && epause - fi -} - -src_compile() { - econf $(use_enable threads pthreads) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "installing ${PF} failed" - dodoc README NEWS AUTHORS - - if use examples; then - insinto /usr/share/doc/${PN}/examples/ - doins examples/* - fi -} - -pkg_postinst() { - elog "Please run revdep-rebuild from app-portage/gentoolkit or rebuild" - elog "all depending packages yourself." -} diff --git a/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild b/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild index ff2370168e10..80cd078d5f7b 100644 --- a/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild +++ b/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild,v 1.1 2008/01/11 07:35:32 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild,v 1.2 2008/02/11 06:49:45 opfer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="threads examples" DEPEND="" |