diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-23 00:22:33 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-23 00:22:33 +0000 |
commit | 954690a71e359bff35e589b9f8b666d055652982 (patch) | |
tree | 0be198581881858933a367f9825a397412af43f5 /dev-util | |
parent | Remove old. (diff) | |
download | gentoo-2-954690a71e359bff35e589b9f8b666d055652982.tar.gz gentoo-2-954690a71e359bff35e589b9f8b666d055652982.tar.bz2 gentoo-2-954690a71e359bff35e589b9f8b666d055652982.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/argouml/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/argouml/argouml-0.29.2.ebuild | 46 | ||||
-rw-r--r-- | dev-util/argouml/argouml-0.32.2.ebuild | 59 |
3 files changed, 6 insertions, 108 deletions
diff --git a/dev-util/argouml/ChangeLog b/dev-util/argouml/ChangeLog index c1fb8bf94707..a872179ef479 100644 --- a/dev-util/argouml/ChangeLog +++ b/dev-util/argouml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/argouml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.36 2012/05/06 14:05:52 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.37 2015/04/23 00:22:33 mrueg Exp $ + + 23 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -argouml-0.29.2.ebuild, + -argouml-0.32.2.ebuild: + Remove old. 06 May 2012; Agostino Sarubbo <ago@gentoo.org> argouml-0.34.ebuild: Stable for amd64, wrt bug #379387 @@ -154,4 +158,3 @@ metadata.xml: Initial Import. Thanks to Olivier Crete <tester@gentoo.org> for the initial ebuild. Closes #28730 - diff --git a/dev-util/argouml/argouml-0.29.2.ebuild b/dev-util/argouml/argouml-0.29.2.ebuild deleted file mode 100644 index 98fed47cd289..000000000000 --- a/dev-util/argouml/argouml-0.29.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.29.2.ebuild,v 1.3 2010/02/01 20:07:26 maekke Exp $ - -inherit java-pkg-2 - -DESCRIPTION="modelling tool that helps you do your design using UML" -HOMEPAGE="http://argouml.tigris.org" -BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}" -SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz - http://argouml-downloads.tigris.org/nonav/argouml-db-1.0/dbuml-module-1.0.4.zip - doc? ( - ${BASE_URI}/manual-${PV}.pdf - ${BASE_URI}/quickguide-${PV}.pdf - )" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc" - -DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.5" - -S="${WORKDIR}" - -src_compile() { :; } - -src_install() { - java-pkg_jarinto /opt/${PN}/lib - java-pkg_dojar ${P}/*.jar - - java-pkg_jarinto /opt/${PN}/lib/ext - java-pkg_dojar ${P}/ext/*.jar release/ext/*.jar - - java-pkg_dolauncher ${PN} --main org.argouml.application.Main - - dodoc ${P}/README.txt - - if use doc ; then - dohtml -r release/{Readme.htm,www} - insinto /usr/share/doc/${P} - doins "${DISTDIR}/manual-${PV}.pdf" - doins "${DISTDIR}/quickguide-${PV}.pdf" - fi -} diff --git a/dev-util/argouml/argouml-0.32.2.ebuild b/dev-util/argouml/argouml-0.32.2.ebuild deleted file mode 100644 index 90fd0c923b71..000000000000 --- a/dev-util/argouml/argouml-0.32.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild,v 1.2 2012/02/06 15:17:43 sera Exp $ - -EAPI="3" - -inherit eutils fdo-mime java-pkg-2 - -DESCRIPTION="Modelling tool that helps you do your design using UML" -HOMEPAGE="http://argouml.tigris.org" -BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}" -SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz - http://argouml-downloads.tigris.org/nonav/argouml-db-1.0/dbuml-module-1.0.4.zip - doc? ( - ${BASE_URI}/manual-${PV}.pdf - ${BASE_URI}/quickguide-${PV}.pdf - )" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc" - -DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jre-1.5" - -S="${WORKDIR}" - -src_compile() { :; } - -src_install() { - java-pkg_jarinto /opt/${PN}/lib - java-pkg_dojar ${P}/*.jar - - java-pkg_jarinto /opt/${PN}/lib/ext - java-pkg_dojar ${P}/ext/*.jar release/ext/*.jar - - java-pkg_dolauncher ${PN} --main org.argouml.application.Main - - dodoc ${P}/README.txt || die - - if use doc ; then - dohtml -r release/{Readme.htm,www} - insinto /usr/share/doc/${P} - doins "${DISTDIR}/manual-${PV}.pdf" - doins "${DISTDIR}/quickguide-${PV}.pdf" - fi - - newicon ${P}/icon/ArgoIcon128x128.png ${PN}.png || die - make_desktop_entry ${PN} "ArgoUML" -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} |