diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-03-14 13:32:34 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-03-14 13:32:34 +0000 |
commit | fd3177333b2738b1c63f3b447b3445b6016b54f0 (patch) | |
tree | 39a2a07f08a23a61eaa275b8a8aab7b25cdbde49 /media-libs/atlas-c++ | |
parent | Add ~alpha keyword (diff) | |
download | gentoo-2-fd3177333b2738b1c63f3b447b3445b6016b54f0.tar.gz gentoo-2-fd3177333b2738b1c63f3b447b3445b6016b54f0.tar.bz2 gentoo-2-fd3177333b2738b1c63f3b447b3445b6016b54f0.zip |
Remove old versions. Bug #358593
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r-- | media-libs/atlas-c++/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.4.5.ebuild | 23 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.5.92.ebuild | 26 |
3 files changed, 5 insertions, 50 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog index 8d89948b65d6..13223722251b 100644 --- a/media-libs/atlas-c++/ChangeLog +++ b/media-libs/atlas-c++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/atlas-c++ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.35 2011/02/12 18:06:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.36 2011/03/14 13:32:34 tupone Exp $ + + 14 Mar 2011; Alfredo Tupone <tupone@gentoo.org> -atlas-c++-0.4.5.ebuild, + -atlas-c++-0.5.92.ebuild: + Remove old versions. Bug #358593 by Pacho Ramos 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> atlas-c++-0.4.5.ebuild, atlas-c++-0.5.92.ebuild, atlas-c++-0.6.0.ebuild, atlas-c++-0.6.1.ebuild, diff --git a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild deleted file mode 100644 index 70a5124873ef..000000000000 --- a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 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.16 2011/02/12 18:06:53 armin76 Exp $ - -MY_PN="Atlas-C++" -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Atlas protocol, used in role playing games at worldforge." -HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp" -SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="x86" -IUSE="" - -DEPEND="=dev-libs/libsigc++-1.0*" -RDEPEND=${DEPEND} - -src_install() { - 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 deleted file mode 100644 index 0e0ef259561a..000000000000 --- a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 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.8 2011/02/12 18:06:53 armin76 Exp $ - -inherit eutils - -MY_PN="Atlas-C++" -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Atlas protocol, used in role playing games at worldforge." -HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp" -SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND=">=dev-libs/libsigc++-1.2" -RDEPEND=${DEPEND} - -src_install() { - emake DESTDIR="${D}" install || die - rm -rf "${D}"/usr/share/doc/${MY_P} - dodoc AUTHORS ChangeLog NEWS README ROADMAP THANKS TODO -} |