summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-01-28 23:04:49 +0000
committerVlastimil Babka <caster@gentoo.org>2008-01-28 23:04:49 +0000
commit5a5ec5b6c68f24549d1c19752416ddde1182fa8c (patch)
treec465eac261e7b05300c6e5569cc69f666e1bd23f /dev-util
parentMarked stable on amd64 as per bug 207634. (diff)
downloadgentoo-2-5a5ec5b6c68f24549d1c19752416ddde1182fa8c.tar.gz
gentoo-2-5a5ec5b6c68f24549d1c19752416ddde1182fa8c.tar.bz2
gentoo-2-5a5ec5b6c68f24549d1c19752416ddde1182fa8c.zip
Version bump, bug #125696. Still binary though, just wanted to get a gen-2 eclasses based of the latest upstream stable version, so we can remove the gen-1 ebuilds. Work on 0.25.x development versions and building from source will go as time permits and users demand.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/argouml/ChangeLog10
-rw-r--r--dev-util/argouml/argouml-0.24.ebuild48
-rw-r--r--dev-util/argouml/files/digest-argouml-0.2415
3 files changed, 72 insertions, 1 deletions
diff --git a/dev-util/argouml/ChangeLog b/dev-util/argouml/ChangeLog
index efa100f40158..fc9258fe1b04 100644
--- a/dev-util/argouml/ChangeLog
+++ b/dev-util/argouml/ChangeLog
@@ -1,6 +1,14 @@
# 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.19 2008/01/12 21:05:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.20 2008/01/28 23:04:48 caster Exp $
+
+*argouml-0.24 (28 Jan 2008)
+
+ 28 Jan 2008; Vlastimil Babka <caster@gentoo.org> +argouml-0.24.ebuild:
+ Version bump, bug #125696. Still binary though, just wanted to get a gen-2
+ eclasses based of the latest upstream stable version, so we can remove the
+ gen-1 ebuilds. Work on 0.25.x development versions and building from source
+ will go as time permits and users demand.
12 Jan 2008; Fabian Groffen <grobian@gentoo.org> argouml-0.19.6.ebuild:
Dropped ppc-macos keyword, see you in prefix
diff --git a/dev-util/argouml/argouml-0.24.ebuild b/dev-util/argouml/argouml-0.24.ebuild
new file mode 100644
index 000000000000..e16bef83231e
--- /dev/null
+++ b/dev-util/argouml/argouml-0.24.ebuild
@@ -0,0 +1,48 @@
+# 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.24.ebuild,v 1.1 2008/01/28 23:04:48 caster 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}/argomanual-${PV}.pdf
+ ${BASE_URI}/quickguide-${PV}.pdf
+ ${BASE_URI}/cookbook-${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 *.jar
+
+ java-pkg_jarinto /opt/${PN}/lib/ext
+ java-pkg_dojar ext/*.jar release/ext/*.jar
+
+ java-pkg_dolauncher ${PN} --main org.argouml.application.Main
+
+ dodoc README.txt || die
+
+ if use doc ; then
+ dohtml -r release/{Readme.htm,www} || die
+ 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/files/digest-argouml-0.24 b/dev-util/argouml/files/digest-argouml-0.24
new file mode 100644
index 000000000000..6405b4d01f25
--- /dev/null
+++ b/dev-util/argouml/files/digest-argouml-0.24
@@ -0,0 +1,15 @@
+MD5 7f27c601e6b38674850b53e3e1055f29 ArgoUML-0.24.tar.gz 7096917
+RMD160 816dcd6b96aff94fb367b6b638534a67e967c8d8 ArgoUML-0.24.tar.gz 7096917
+SHA256 b99af974c644a299b89dff7e0de9adad11770b5ed09693fea40b28e5942f0f57 ArgoUML-0.24.tar.gz 7096917
+MD5 6f19a4434c797e036729d6f43b5545c3 argomanual-0.24.pdf 3088192
+RMD160 c79a20372a653bceb0210033fb5db3dfc2002c7f argomanual-0.24.pdf 3088192
+SHA256 ad14736aeba4ce71fd7523ca12cad55d601b5abe7b0e524045aab10ccc5a396e argomanual-0.24.pdf 3088192
+MD5 89a8c23d12053569bb5ee63f45e5d8cb cookbook-0.24.pdf 744388
+RMD160 786ce824aa6bfc748dbb38dd951a57c0ae606568 cookbook-0.24.pdf 744388
+SHA256 dd387bb3bd2f8efc2b122ca9364cc1dff83a0fbb2dfbc1548962cc042a5e621c cookbook-0.24.pdf 744388
+MD5 fb67989486e9d08f09478977a3701925 dbuml-module-1.0.4.zip 6231786
+RMD160 daadb44ee72e9bdd2a3b6cbd90ab6375673f2e27 dbuml-module-1.0.4.zip 6231786
+SHA256 47b3b26c5eeb884ffcc88d9a56f327a0e746b1851fa53d2ca66845bf5536d0d9 dbuml-module-1.0.4.zip 6231786
+MD5 287d628c86111e85fddf71f7ecf2ae6d quickguide-0.24.pdf 25952
+RMD160 fd52bdefd36a585ebda477fd3ba320501ced33aa quickguide-0.24.pdf 25952
+SHA256 7e525a8a498d5f3f0382dc073b18cd2a88e2e00d7fb0105b4418ee0e4f95e358 quickguide-0.24.pdf 25952