public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.26.ebuild
@ 2008-10-31  0:39 99% Steve Arnold (nerdboy)
  0 siblings, 0 replies; 1+ results
From: Steve Arnold (nerdboy) @ 2008-10-31  0:39 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/10/31 00:39:29

  Modified:             ChangeLog
  Added:                argouml-0.26.ebuild
  Log:
  Updated to current upstream release, with minor src path changes.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.24                 dev-util/argouml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	30 Aug 2008 14:33:07 -0000	1.23
+++ ChangeLog	31 Oct 2008 00:39:29 -0000	1.24
@@ -1,6 +1,11 @@
 # 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.23 2008/08/30 14:33:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.24 2008/10/31 00:39:29 nerdboy Exp $
+
+*argouml-0.26 (31 Oct 2008)
+
+  31 Oct 2008; Steve Arnold <nerdboy@gentoo.org> +argouml-0.26.ebuild:
+  Updated to current upstream release, with minor src path changes...
 
   30 Aug 2008; Brent Baude <ranger@gentoo.org> argouml-0.24.ebuild:
   stable ppc, bug 235280



1.1                  dev-util/argouml/argouml-0.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/argouml/argouml-0.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/argouml/argouml-0.26.ebuild?rev=1.1&content-type=text/plain

Index: argouml-0.26.ebuild
===================================================================
# 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.26.ebuild,v 1.1 2008/10/31 00:39:29 nerdboy 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 ${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}/argomanual-${PV}.pdf"
		doins "${DISTDIR}/quickguide-${PV}.pdf"
		doins "${DISTDIR}/cookbook-${PV}.pdf"
	fi
}







^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31  0:39 99% [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.26.ebuild Steve Arnold (nerdboy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox