public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.34.ebuild
@ 2012-02-03 15:16 Miroslav Sulc (fordfrog)
  0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Sulc (fordfrog) @ 2012-02-03 15:16 UTC (permalink / raw
  To: gentoo-commits

fordfrog    12/02/03 15:16:24

  Modified:             ChangeLog
  Added:                argouml-0.34.ebuild
  Log:
  dev-util/argouml: version bump
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 dev-util/argouml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	22 Jun 2011 09:42:52 -0000	1.31
+++ ChangeLog	3 Feb 2012 15:16:24 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/argouml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.31 2011/06/22 09:42:52 ali_bush Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.32 2012/02/03 15:16:24 fordfrog Exp $
+
+*argouml-0.34 (03 Feb 2012)
+
+  03 Feb 2012; <fordfrog@gentoo.org> +argouml-0.34.ebuild:
+  Version bump
 
 *argouml-0.32.2 (22 Jun 2011)
 



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

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

Index: argouml-0.34.ebuild
===================================================================
# 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.34.ebuild,v 1.1 2012/02/03 15:16:24 fordfrog Exp $

EAPI="3"

inherit 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.6"

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

	doicon "${FILESDIR}"/${PN}.png || die
	make_desktop_entry ${PN} "ArgoUML" ${PN} "Graphics"
}

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.34.ebuild
@ 2012-05-05 11:36 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-05-05 11:36 UTC (permalink / raw
  To: gentoo-commits

maekke      12/05/05 11:36:11

  Modified:             ChangeLog argouml-0.34.ebuild
  Log:
  x86 stable, bug #379387
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-util/argouml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	6 Feb 2012 15:17:43 -0000	1.33
+++ ChangeLog	5 May 2012 11:36:10 -0000	1.34
@@ -1,6 +1,9 @@
 # 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.33 2012/02/06 15:17:43 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.34 2012/05/05 11:36:10 maekke Exp $
+
+  05 May 2012; Markus Meier <maekke@gentoo.org> argouml-0.34.ebuild:
+  x86 stable, bug #379387
 
   06 Feb 2012; Ralph Sennhauser <sera@gentoo.org> -argouml-0.24.ebuild,
   -argouml-0.26.ebuild, -argouml-0.29.2-r1.ebuild, -argouml-0.30.2.ebuild,



1.3                  dev-util/argouml/argouml-0.34.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?r1=1.2&r2=1.3

Index: argouml-0.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- argouml-0.34.ebuild	6 Feb 2012 15:17:43 -0000	1.2
+++ argouml-0.34.ebuild	5 May 2012 11:36:10 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.34.ebuild,v 1.2 2012/02/06 15:17:43 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v 1.3 2012/05/05 11:36:10 maekke Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.34.ebuild
@ 2012-05-05 21:32 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-05-05 21:32 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/05 21:32:40

  Modified:             ChangeLog argouml-0.34.ebuild
  Log:
  Marking argouml-0.34 ppc for bug 379387
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.35                 dev-util/argouml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	5 May 2012 11:36:10 -0000	1.34
+++ ChangeLog	5 May 2012 21:32:40 -0000	1.35
@@ -1,6 +1,9 @@
 # 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.34 2012/05/05 11:36:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.35 2012/05/05 21:32:40 ranger Exp $
+
+  05 May 2012; Brent Baude <ranger@gentoo.org> argouml-0.34.ebuild:
+  Marking argouml-0.34 ppc for bug 379387
 
   05 May 2012; Markus Meier <maekke@gentoo.org> argouml-0.34.ebuild:
   x86 stable, bug #379387



1.4                  dev-util/argouml/argouml-0.34.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?r1=1.3&r2=1.4

Index: argouml-0.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argouml-0.34.ebuild	5 May 2012 11:36:10 -0000	1.3
+++ argouml-0.34.ebuild	5 May 2012 21:32:40 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.34.ebuild,v 1.3 2012/05/05 11:36:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v 1.4 2012/05/05 21:32:40 ranger Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.34.ebuild
@ 2012-05-06 14:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-06 14:05 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/06 14:05:53

  Modified:             ChangeLog argouml-0.34.ebuild
  Log:
  Stable for amd64, wrt bug #379387
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-util/argouml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	5 May 2012 21:32:40 -0000	1.35
+++ ChangeLog	6 May 2012 14:05:52 -0000	1.36
@@ -1,6 +1,9 @@
 # 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.35 2012/05/05 21:32:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.36 2012/05/06 14:05:52 ago Exp $
+
+  06 May 2012; Agostino Sarubbo <ago@gentoo.org> argouml-0.34.ebuild:
+  Stable for amd64, wrt bug #379387
 
   05 May 2012; Brent Baude <ranger@gentoo.org> argouml-0.34.ebuild:
   Marking argouml-0.34 ppc for bug 379387



1.5                  dev-util/argouml/argouml-0.34.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?r1=1.4&r2=1.5

Index: argouml-0.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- argouml-0.34.ebuild	5 May 2012 21:32:40 -0000	1.4
+++ argouml-0.34.ebuild	6 May 2012 14:05:52 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.34.ebuild,v 1.4 2012/05/05 21:32:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v 1.5 2012/05/06 14:05:52 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-06 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 14:05 [gentoo-commits] gentoo-x86 commit in dev-util/argouml: ChangeLog argouml-0.34.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05 21:32 Brent Baude (ranger)
2012-05-05 11:36 Markus Meier (maekke)
2012-02-03 15:16 Miroslav Sulc (fordfrog)

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