diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-02-02 17:10:07 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-02-02 17:10:07 +0000 |
commit | 2ca3f3dd05593a30abdaa8685653ffe148980761 (patch) | |
tree | aa6ff25d4c29a858308b387008dae6cd4011f507 /dev-util/argouml | |
parent | Masking dev-java/javamake-bin for removal. (diff) | |
download | gentoo-2-2ca3f3dd05593a30abdaa8685653ffe148980761.tar.gz gentoo-2-2ca3f3dd05593a30abdaa8685653ffe148980761.tar.bz2 gentoo-2-2ca3f3dd05593a30abdaa8685653ffe148980761.zip |
Remove gen-1 versions.
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-util/argouml')
-rw-r--r-- | dev-util/argouml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/argouml/argouml-0.18.1-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-util/argouml/argouml-0.19.6.ebuild | 47 |
3 files changed, 5 insertions, 93 deletions
diff --git a/dev-util/argouml/ChangeLog b/dev-util/argouml/ChangeLog index fc9258fe1b04..01f5496086af 100644 --- a/dev-util/argouml/ChangeLog +++ b/dev-util/argouml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/argouml # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.20 2008/01/28 23:04:48 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.21 2008/02/02 17:10:07 caster Exp $ + + 02 Feb 2008; Vlastimil Babka <caster@gentoo.org> + -argouml-0.18.1-r1.ebuild, -argouml-0.19.6.ebuild: + Remove gen-1 versions. *argouml-0.24 (28 Jan 2008) diff --git a/dev-util/argouml/argouml-0.18.1-r1.ebuild b/dev-util/argouml/argouml-0.18.1-r1.ebuild deleted file mode 100644 index b295e64167d6..000000000000 --- a/dev-util/argouml/argouml-0.18.1-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.18.1-r1.ebuild,v 1.2 2007/01/19 15:08:39 masterdriverz Exp $ - -inherit java-pkg - -DESCRIPTION="ArgoUML is a modelling tool that helps you do your design using UML." -HOMEPAGE="http://argouml.tigris.org" -SRC_URI="http://argouml.tigris.org/files/documents/4/0/${P}/ArgoUML-${PV}.tar.gz - http://argouml.tigris.org/files/documents/4/0/${P}/ArgoUML-${PV}-modules.tar.gz - doc? ( http://argouml.tigris.org/files/documents/4/0/${P}/argomanual-${PV}.pdf - http://argouml.tigris.org/files/documents/4/0/${P}/quickguide-${PV}.pdf - http://argouml.tigris.org/files/documents/4/0/${P}/cookbook-${PV}.pdf )" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" - -IUSE="doc" -RDEPEND=">=virtual/jre-1.3" -S=${WORKDIR} - -src_compile() { :; } - -src_install() { - dodir /opt/${PN}/lib/ - cp -pPR . ${D}/opt/${PN}/lib/ - chmod -R 755 ${D}/opt/${PN} - touch ${D}/opt/${PN}/lib/argouml.log - chmod a+w ${D}/opt/${PN}/lib/argouml.log - - echo "#!/bin/sh" > ${PN} - echo "cd /opt/${PN}/lib" >> ${PN} - echo 'java -jar argouml.jar' >> ${PN} - into /opt - dobin ${PN} - - dodoc README.txt - - if use doc ; then - insinto /usr/share/doc/${P} - doins ${DISTDIR}/argomanual-${PV}.pdf - doins ${DISTDIR}/quickguide-${PV}.pdf - doins ${DISTDIR}/cookbook-${PV}.pdf - fi -} diff --git a/dev-util/argouml/argouml-0.19.6.ebuild b/dev-util/argouml/argouml-0.19.6.ebuild deleted file mode 100644 index c6e1514926b0..000000000000 --- a/dev-util/argouml/argouml-0.19.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.19.6.ebuild,v 1.5 2008/01/12 21:05:27 grobian Exp $ - -inherit java-pkg - -DESCRIPTION="modelling tool that helps you do your design using UML" -HOMEPAGE="http://argouml.tigris.org" -SRC_URI="http://argouml-downloads.tigris.org/nonav/${P}/ArgoUML-${PV}.tar.gz - http://argouml-downloads.tigris.org/nonav/${P}/ArgoUML-${PV}-modules.tar.gz - doc? ( http://argouml-downloads.tigris.org/nonav/${P}/argomanual-${PV}.pdf - http://argouml-downloads.tigris.org/nonav/${P}/quickguide-${PV}.pdf - http://argouml-downloads.tigris.org/nonav/${P}/cookbook-${PV}.pdf )" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -RDEPEND=">=virtual/jre-1.3" - -S=${WORKDIR} - -src_compile() { :; } - -src_install() { - dodir /opt/${PN}/lib/ - cp -pPR . ${D}/opt/${PN}/lib/ || die - chmod -R 755 ${D}/opt/${PN} - touch ${D}/opt/${PN}/lib/argouml.log - chmod a+w ${D}/opt/${PN}/lib/argouml.log - - echo "#!/bin/sh" > ${PN} - echo "cd /opt/${PN}/lib" >> ${PN} - echo 'java -jar argouml.jar' >> ${PN} - into /opt - dobin ${PN} - - dodoc README.txt - - if use doc ; then - insinto /usr/share/doc/${P} - doins ${DISTDIR}/argomanual-${PV}.pdf - doins ${DISTDIR}/quickguide-${PV}.pdf - doins ${DISTDIR}/cookbook-${PV}.pdf - fi -} |