diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:20:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:20:17 +0000 |
commit | 8a6aa43361534828f9686fb7dfad87cb130ee19a (patch) | |
tree | 8fef819013743ff306d5533498a0628169481d8a /media-libs/atlas-c++ | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-8a6aa43361534828f9686fb7dfad87cb130ee19a.tar.gz gentoo-2-8a6aa43361534828f9686fb7dfad87cb130ee19a.tar.bz2 gentoo-2-8a6aa43361534828f9686fb7dfad87cb130ee19a.zip |
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.4.5.ebuild | 16 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.5.92.ebuild | 12 |
2 files changed, 7 insertions, 21 deletions
diff --git a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild index 16541ed7e37a..3a50b22c3f40 100644 --- a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.14 2009/07/06 08:13:03 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.15 2009/09/23 15:20:17 ssuominen Exp $ MY_PN="Atlas-C++" MY_P=${MY_PN}-${PV} @@ -14,20 +14,10 @@ LICENSE="LGPL-2.1" KEYWORDS="x86 sparc" IUSE="" -DEPEND="virtual/libc - =dev-libs/libsigc++-1.0*" +DEPEND="=dev-libs/libsigc++-1.0*" RDEPEND=${DEPEND} -src_compile() { - - econf || die - emake || die - -} - src_install() { - - make DESTDIR="${D}" install || die - + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README ROADMAP THANKS TODO } diff --git a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild index a0f82cd2bcdd..ab1a363794c5 100644 --- a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.6 2009/07/06 08:13:03 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.7 2009/09/23 15:20:17 ssuominen Exp $ inherit eutils @@ -16,15 +16,11 @@ LICENSE="LGPL-2.1" KEYWORDS="~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc - >=dev-libs/libsigc++-1.2" +DEPEND=">=dev-libs/libsigc++-1.2" RDEPEND=${DEPEND} src_install() { - make DESTDIR="${D}" install || die - #dodoc will install all these docs and a few more - rm -rf "${D}"/usr/share/doc/${My_P} - #PR=r0 in this case, but don't fprget to add ${PR} here for non-zero revisions! - + emake DESTDIR="${D}" install || die + rm -rf "${D}"/usr/share/doc/${MY_P} dodoc AUTHORS ChangeLog NEWS README ROADMAP THANKS TODO } |