[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: 583cbf1daab3e39d4d310c05fcee898b6f3f51ce Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 5 11:32:18 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Tue Jul 21 01:34:38 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cbf1d media-gfx/plantuml: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16597 Signed-off-by: Aaron Bauman gentoo.org> media-gfx/plantuml/plantuml-1.2020.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild b/media-gfx/plantuml/plantuml-1.2020.0.ebuild index e02996fa69c..2e0af1c75a7 100644 --- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild +++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 desktop xdg DESCRIPTION="Draw UML diagrams using a simple and human readable text description" -HOMEPAGE="http://plantuml.com; +HOMEPAGE="https://plantuml.com; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: ca525c97dffba2a1a0574923273233622febdd0d Author: Miroslav Šulc gentoo org> AuthorDate: Tue Feb 18 08:51:57 2020 + Commit: Miroslav Šulc gentoo org> CommitDate: Tue Feb 18 08:51:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca525c97 media-gfx/plantuml: removed old 1.2019.13 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 - media-gfx/plantuml/plantuml-1.2019.13.ebuild | 32 2 files changed, 33 deletions(-) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index cf7f004f717..e6dc7e2baf4 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1,2 +1 @@ -DIST plantuml-1.2019.13.tar.gz 4552633 BLAKE2B f6ea05bdd1e4e3cf748dc4d48ca9a89f06246d135bfcc410ec1b2094d1e53ab6ae415c2b39a3fc56441d17999794c1862b95718932d6a20152550deaa42a6c0e SHA512 8d2a2520821a5f75c3508bf2598186718469c6cf2c411f3b975de1abbb4792be8ae70ec84da7ae0bf4668738ca052de5463701dafc5805f362876f1d770ad494 DIST plantuml-1.2020.0.tar.gz 4552164 BLAKE2B c78da31cffbeb0cf1a8852e53d07126c9b0dc80bf12f36f1039c806651c6802dd63456610307836207158bc871c4e2a8d9cf12a80bafa9dbde3b2be29b02f2e8 SHA512 1c3a7f735a197e5fd044547a6c48f21c2ee774d553d3de82d4931b2684a56dc4ef8af5f524e6aa4eebcb16f214620f6c99c038101d6703f03642a5b94f124fa8 diff --git a/media-gfx/plantuml/plantuml-1.2019.13.ebuild b/media-gfx/plantuml/plantuml-1.2019.13.ebuild deleted file mode 100644 index e02996fa69c..000 --- a/media-gfx/plantuml/plantuml-1.2019.13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="source" -inherit java-pkg-2 java-ant-2 desktop xdg - -DESCRIPTION="Draw UML diagrams using a simple and human readable text description" -HOMEPAGE="http://plantuml.com; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND=">=virtual/jdk-1.8" - -RDEPEND=">=virtual/jre-1.8 - dev-java/ant-core:0 - >=media-gfx/graphviz-2.26.3" - -EANT_BUILD_TARGET="dist" -EANT_GENTOO_CLASSPATH="ant-core" -JAVA_ANT_REWRITE_CLASSPATH="true" - -src_install() { - java-pkg_dojar ${PN}.jar - java-pkg_dolauncher ${PN} --jar ${PN}.jar - use source && java-pkg_dosrc src/* - - make_desktop_entry plantuml PlantUML -}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: db50fed888d0d7933f1efe602eaecfef935bf414 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Feb 17 12:13:15 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Feb 17 12:13:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db50fed8 media-gfx/plantuml: amd64 stable wrt bug #709874 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-gfx/plantuml/plantuml-1.2020.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild b/media-gfx/plantuml/plantuml-1.2020.0.ebuild index 62b6323d8b9..e02996fa69c 100644 --- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild +++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://plantuml.com; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-1.8"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: 6047c8e43442ac3581824cebce28e6ab257ca34f Author: Miroslav Šulc gentoo org> AuthorDate: Fri Jan 17 10:14:12 2020 + Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jan 17 10:14:12 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6047c8e4 media-gfx/plantuml: removed old (0.8046) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 - media-gfx/plantuml/plantuml-0.8046.ebuild | 33 --- 2 files changed, 34 deletions(-) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index 6a0c599a475..cf7f004f717 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1,3 +1,2 @@ DIST plantuml-1.2019.13.tar.gz 4552633 BLAKE2B f6ea05bdd1e4e3cf748dc4d48ca9a89f06246d135bfcc410ec1b2094d1e53ab6ae415c2b39a3fc56441d17999794c1862b95718932d6a20152550deaa42a6c0e SHA512 8d2a2520821a5f75c3508bf2598186718469c6cf2c411f3b975de1abbb4792be8ae70ec84da7ae0bf4668738ca052de5463701dafc5805f362876f1d770ad494 DIST plantuml-1.2020.0.tar.gz 4552164 BLAKE2B c78da31cffbeb0cf1a8852e53d07126c9b0dc80bf12f36f1039c806651c6802dd63456610307836207158bc871c4e2a8d9cf12a80bafa9dbde3b2be29b02f2e8 SHA512 1c3a7f735a197e5fd044547a6c48f21c2ee774d553d3de82d4931b2684a56dc4ef8af5f524e6aa4eebcb16f214620f6c99c038101d6703f03642a5b94f124fa8 -DIST plantuml-8046.tar.gz 2966063 BLAKE2B 8634fbccbcd0ae2038a5e611215dd4343baba5e9562c02d6ebfc2a9fe702359fd035f490a9fd06484c08431993792efd1b3afd35f2a9812fb052f92f3616e284 SHA512 2ddae800fb30c0e352b44ef06476f7d770c12d516d93fe6f82ec1f33dd3bc1cb3330ba4a0cc89e06daa6eec9a56dc772a4f901d441dea86a8ce82b8d298cdfd5 diff --git a/media-gfx/plantuml/plantuml-0.8046.ebuild b/media-gfx/plantuml/plantuml-0.8046.ebuild deleted file mode 100644 index 0db55ffddc1..000 --- a/media-gfx/plantuml/plantuml-0.8046.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="source" -inherit java-pkg-2 java-ant-2 - -MY_VER=$(ver_cut 2) -DESCRIPTION="Draw UML diagrams using a simple and human readable text description" -HOMEPAGE="http://plantuml.com; -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_VER}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND=">=virtual/jdk-1.7" - -RDEPEND=">=virtual/jre-1.7 - dev-java/ant-core:0 - >=media-gfx/graphviz-2.26.3" - -S="${WORKDIR}/${PN}-${MY_VER}" - -EANT_BUILD_TARGET="dist" -EANT_GENTOO_CLASSPATH="ant-core" -JAVA_ANT_REWRITE_CLASSPATH="true" - -src_install() { - java-pkg_dojar ${PN}.jar - java-pkg_dolauncher ${PN} --jar ${PN}.jar - use source && java-pkg_dosrc src/* -}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: 4752ee85118e6c5e110d8de8ad1a78c85f64f8df Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jan 17 09:28:23 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jan 17 09:29:53 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4752ee85 media-gfx/plantuml: amd64 stable wrt bug #705628 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-gfx/plantuml/plantuml-1.2019.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/plantuml/plantuml-1.2019.13.ebuild b/media-gfx/plantuml/plantuml-1.2019.13.ebuild index be646991f7b..e02996fa69c 100644 --- a/media-gfx/plantuml/plantuml-1.2019.13.ebuild +++ b/media-gfx/plantuml/plantuml-1.2019.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ HOMEPAGE="http://plantuml.com; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-1.8"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: c96727f6e1b60909d00ee8c6933c2773c19b2011 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jan 16 23:44:15 2020 + Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 16 23:44:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96727f6 media-gfx/plantuml: bump to 1.2020.0 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 + media-gfx/plantuml/plantuml-1.2020.0.ebuild | 32 + 2 files changed, 33 insertions(+) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index a947021cf40..6a0c599a475 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1,2 +1,3 @@ DIST plantuml-1.2019.13.tar.gz 4552633 BLAKE2B f6ea05bdd1e4e3cf748dc4d48ca9a89f06246d135bfcc410ec1b2094d1e53ab6ae415c2b39a3fc56441d17999794c1862b95718932d6a20152550deaa42a6c0e SHA512 8d2a2520821a5f75c3508bf2598186718469c6cf2c411f3b975de1abbb4792be8ae70ec84da7ae0bf4668738ca052de5463701dafc5805f362876f1d770ad494 +DIST plantuml-1.2020.0.tar.gz 4552164 BLAKE2B c78da31cffbeb0cf1a8852e53d07126c9b0dc80bf12f36f1039c806651c6802dd63456610307836207158bc871c4e2a8d9cf12a80bafa9dbde3b2be29b02f2e8 SHA512 1c3a7f735a197e5fd044547a6c48f21c2ee774d553d3de82d4931b2684a56dc4ef8af5f524e6aa4eebcb16f214620f6c99c038101d6703f03642a5b94f124fa8 DIST plantuml-8046.tar.gz 2966063 BLAKE2B 8634fbccbcd0ae2038a5e611215dd4343baba5e9562c02d6ebfc2a9fe702359fd035f490a9fd06484c08431993792efd1b3afd35f2a9812fb052f92f3616e284 SHA512 2ddae800fb30c0e352b44ef06476f7d770c12d516d93fe6f82ec1f33dd3bc1cb3330ba4a0cc89e06daa6eec9a56dc772a4f901d441dea86a8ce82b8d298cdfd5 diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild b/media-gfx/plantuml/plantuml-1.2020.0.ebuild new file mode 100644 index 000..62b6323d8b9 --- /dev/null +++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="source" +inherit java-pkg-2 java-ant-2 desktop xdg + +DESCRIPTION="Draw UML diagrams using a simple and human readable text description" +HOMEPAGE="http://plantuml.com; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.8" + +RDEPEND=">=virtual/jre-1.8 + dev-java/ant-core:0 + >=media-gfx/graphviz-2.26.3" + +EANT_BUILD_TARGET="dist" +EANT_GENTOO_CLASSPATH="ant-core" +JAVA_ANT_REWRITE_CLASSPATH="true" + +src_install() { + java-pkg_dojar ${PN}.jar + java-pkg_dolauncher ${PN} --jar ${PN}.jar + use source && java-pkg_dosrc src/* + + make_desktop_entry plantuml PlantUML +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: 4ca58e129b4468c885aa3af902e7d05398aeb0f9 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Dec 17 12:46:11 2019 + Commit: Miroslav Šulc gentoo org> CommitDate: Tue Dec 17 12:46:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca58e12 media-gfx/plantuml: 1.2019.13 bump 1) updated to min java 1.8 2) added desktop entry Closes: https://bugs.gentoo.org/703092 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 + media-gfx/plantuml/plantuml-1.2019.13.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index 14155c4fe67..a947021cf40 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1 +1,2 @@ +DIST plantuml-1.2019.13.tar.gz 4552633 BLAKE2B f6ea05bdd1e4e3cf748dc4d48ca9a89f06246d135bfcc410ec1b2094d1e53ab6ae415c2b39a3fc56441d17999794c1862b95718932d6a20152550deaa42a6c0e SHA512 8d2a2520821a5f75c3508bf2598186718469c6cf2c411f3b975de1abbb4792be8ae70ec84da7ae0bf4668738ca052de5463701dafc5805f362876f1d770ad494 DIST plantuml-8046.tar.gz 2966063 BLAKE2B 8634fbccbcd0ae2038a5e611215dd4343baba5e9562c02d6ebfc2a9fe702359fd035f490a9fd06484c08431993792efd1b3afd35f2a9812fb052f92f3616e284 SHA512 2ddae800fb30c0e352b44ef06476f7d770c12d516d93fe6f82ec1f33dd3bc1cb3330ba4a0cc89e06daa6eec9a56dc772a4f901d441dea86a8ce82b8d298cdfd5 diff --git a/media-gfx/plantuml/plantuml-1.2019.13.ebuild b/media-gfx/plantuml/plantuml-1.2019.13.ebuild new file mode 100644 index 000..be646991f7b --- /dev/null +++ b/media-gfx/plantuml/plantuml-1.2019.13.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="source" +inherit java-pkg-2 java-ant-2 desktop xdg + +DESCRIPTION="Draw UML diagrams using a simple and human readable text description" +HOMEPAGE="http://plantuml.com; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.8" + +RDEPEND=">=virtual/jre-1.8 + dev-java/ant-core:0 + >=media-gfx/graphviz-2.26.3" + +EANT_BUILD_TARGET="dist" +EANT_GENTOO_CLASSPATH="ant-core" +JAVA_ANT_REWRITE_CLASSPATH="true" + +src_install() { + java-pkg_dojar ${PN}.jar + java-pkg_dolauncher ${PN} --jar ${PN}.jar + use source && java-pkg_dosrc src/* + + make_desktop_entry plantuml PlantUML +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: b60bf00942fff00b1fe58007413f958a1b20c8b6 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Dec 17 12:36:37 2019 + Commit: Miroslav Šulc gentoo org> CommitDate: Tue Dec 17 12:46:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60bf009 media-gfx/plantuml: version 8046 changed to 0.8046 because of following bump 1) bumped to eapi7 2) fixed download and sourcedir related to version change Package-Manager: Portage-2.3.82, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Miroslav Šulc gentoo.org> .../plantuml/{plantuml-8046.ebuild => plantuml-0.8046.ebuild} | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-gfx/plantuml/plantuml-8046.ebuild b/media-gfx/plantuml/plantuml-0.8046.ebuild similarity index 84% rename from media-gfx/plantuml/plantuml-8046.ebuild rename to media-gfx/plantuml/plantuml-0.8046.ebuild index 57239acc9c8..0db55ffddc1 100644 --- a/media-gfx/plantuml/plantuml-8046.ebuild +++ b/media-gfx/plantuml/plantuml-0.8046.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 +MY_VER=$(ver_cut 2) DESCRIPTION="Draw UML diagrams using a simple and human readable text description" HOMEPAGE="http://plantuml.com; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_VER}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~x86" @@ -19,6 +20,8 @@ RDEPEND=">=virtual/jre-1.7 dev-java/ant-core:0 >=media-gfx/graphviz-2.26.3" +S="${WORKDIR}/${PN}-${MY_VER}" + EANT_BUILD_TARGET="dist" EANT_GENTOO_CLASSPATH="ant-core" JAVA_ANT_REWRITE_CLASSPATH="true"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: be12850586d35c53d10d0be9099e6007c2aed3c9 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 9 21:16:46 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 9 21:16:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be128505 media-gfx/plantuml: amd64 stable wrt bug #667206 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-gfx/plantuml/plantuml-8046.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/plantuml/plantuml-8046.ebuild b/media-gfx/plantuml/plantuml-8046.ebuild index e214cf19d51..57239acc9c8 100644 --- a/media-gfx/plantuml/plantuml-8046.ebuild +++ b/media-gfx/plantuml/plantuml-8046.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ HOMEPAGE="http://plantuml.com; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-1.7"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: 8b8d4cd4df4d0fb2c21f4e0f06cf51c489e1f861 Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 6 10:04:19 2016 + Commit: James Le Cuirot gentoo org> CommitDate: Sat Aug 6 10:04:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8d4cd4 media-gfx/plantuml: Bump to 8046, fix ant-core dep, closes #527528 Package-Manager: portage-2.3.0 media-gfx/plantuml/Manifest | 2 +- .../{plantuml-7999.ebuild => plantuml-8046.ebuild} | 20 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index bb0b9cc..0ac9ab9 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1 +1 @@ -DIST plantuml-7999.tar.gz 977426 SHA256 9d080cb0d888c0889a8a15b7163f478d426082f05e24d70069f7d5aef51db313 SHA512 e54af0ef7cf593939c82d7a2a6260d3d776a98684c1a8553813ea4e7bdfae43a3ece9d2358fe16121b5ff0173ec7eae3270cd5239d8b8b3b51b57605bbc34d46 WHIRLPOOL 89c09036d35467a622b400f1979056f61b9f7c5217f5e93f0b537399e40cd0af3001a9f6240eb880656c3dcd76cc470ea38ccfd7594f7a9106bc29e6e5a15ed8 +DIST plantuml-8046.tar.gz 2966063 SHA256 7126672c4b54d7f5b491181c7353c7ea063e848300457ae3f0bcbe3757aeb107 SHA512 2ddae800fb30c0e352b44ef06476f7d770c12d516d93fe6f82ec1f33dd3bc1cb3330ba4a0cc89e06daa6eec9a56dc772a4f901d441dea86a8ce82b8d298cdfd5 WHIRLPOOL 7b2969af763c71830294dc4f49315c84163638ffb5b724d89b0f82c773a2a3faab5dd9d33d11d9404afb7d6b6d0a0c2aa8c7156a65cc19798522db4f252c8583 diff --git a/media-gfx/plantuml/plantuml-7999.ebuild b/media-gfx/plantuml/plantuml-8046.ebuild similarity index 61% rename from media-gfx/plantuml/plantuml-7999.ebuild rename to media-gfx/plantuml/plantuml-8046.ebuild index 8623cdb..64b36a6 100644 --- a/media-gfx/plantuml/plantuml-7999.ebuild +++ b/media-gfx/plantuml/plantuml-8046.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,22 +7,18 @@ EAPI="5" JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="PlantUML is used to draw UML diagram, using a simple and human readable text description" -HOMEPAGE="http://plantuml.sourceforge.net; +DESCRIPTION="Draw UML diagrams using a simple and human readable text description" +HOMEPAGE="http://plantuml.com; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=" - >=virtual/jdk-1.6 -" -RDEPEND=" - >=virtual/jre-1.6 - >=media-gfx/graphviz-2.26.3 -" +DEPEND=">=virtual/jdk-1.7" + +RDEPEND=">=virtual/jre-1.7 + dev-java/ant-core:0 + >=media-gfx/graphviz-2.26.3" EANT_BUILD_TARGET="dist" EANT_GENTOO_CLASSPATH="ant-core"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
commit: ca3c075b0b18abc8616bf60aae851da308229306 Author: Pacho Ramos gentoo org> AuthorDate: Sat Aug 6 09:34:15 2016 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Aug 6 09:39:04 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3c075b media-gfx/plantuml: Cleanup per bug #96436 Package-Manager: portage-2.3.0 media-gfx/plantuml/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/media-gfx/plantuml/metadata.xml b/media-gfx/plantuml/metadata.xml index fe03f25..b6419da 100644 --- a/media-gfx/plantuml/metadata.xml +++ b/media-gfx/plantuml/metadata.xml @@ -1,10 +1,6 @@ http://www.gentoo.org/dtd/metadata.dtd;> - - p...@gentoo.org - Peter Volkov - j...@gentoo.org Java