From: "Diego Elio Pettenò" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/flameeyes:master commit in: dev-util/visual-paradigm-for-uml/
Date: Mon, 2 Apr 2012 20:02:16 +0000 (UTC) [thread overview]
Message-ID: <1333396915.e976a7a46cb73cf47aafd181d084fd0f8ac51fee.flameeyes@gentoo> (raw)
commit: e976a7a46cb73cf47aafd181d084fd0f8ac51fee
Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
AuthorDate: Mon Apr 2 20:01:55 2012 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 20:01:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=commit;h=e976a7a4
Version bump for new release.
(Portage version: 2.2.0_alpha98/git/Linux x86_64, unsigned Manifest commit)
---
dev-util/visual-paradigm-for-uml/ChangeLog | 6 ++
dev-util/visual-paradigm-for-uml/Manifest | 1 +
.../visual-paradigm-for-uml-9.0.20120328.ebuild | 54 ++++++++++++++++++++
3 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/dev-util/visual-paradigm-for-uml/ChangeLog b/dev-util/visual-paradigm-for-uml/ChangeLog
index dbbe6e1..b0316e0 100644
--- a/dev-util/visual-paradigm-for-uml/ChangeLog
+++ b/dev-util/visual-paradigm-for-uml/ChangeLog
@@ -1,3 +1,9 @@
+*visual-paradigm-for-uml-9.0.20120328 (02 Apr 2012)
+
+ 02 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +visual-paradigm-for-uml-9.0.20120328.ebuild:
+ Version bump for new release.
+
*visual-paradigm-for-uml-9.0.20120325 (27 Mar 2012)
27 Mar 2012; Diego E. Pettenò <flameeyes@gentoo.org>
diff --git a/dev-util/visual-paradigm-for-uml/Manifest b/dev-util/visual-paradigm-for-uml/Manifest
index 2df8a6e..05dbed2 100644
--- a/dev-util/visual-paradigm-for-uml/Manifest
+++ b/dev-util/visual-paradigm-for-uml/Manifest
@@ -1 +1,2 @@
DIST Visual_Paradigm_for_UML_Linux_64bit_NoInstall_9_0_20120325.tar.gz 196766312 RMD160 37af80d578666c6e8c02fc961cea4442f8a86910 SHA1 1ca7abfcfa05a96f2fbf3950abe78e9488ec82e0 SHA256 a0584ba50c9b104b8bf91c38d29c838f02b38c1137673193a79c0a1cafa24f5e
+DIST Visual_Paradigm_for_UML_Linux_64bit_NoInstall_9_0_20120328.tar.gz 196814423 RMD160 09c4a016c9abeca498688b0e75fcddf0b9bc1325 SHA1 7a77a1ebaca8edee848c7ae3b2153530a308aa00 SHA256 b5c57ba55f78c3639ed678f7b1d71a8afa4c5775e4d52eb061c182d8cabbe2d9
diff --git a/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120328.ebuild b/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120328.ebuild
new file mode 100644
index 0000000..4172b77
--- /dev/null
+++ b/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120328.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit versionator eutils
+
+MY_PN="Visual_Paradigm_for_UML"
+MY_P="${MY_PN}_$(get_version_component_range 1-2)"
+if [[ $(get_version_component_count) == 3 ]]; then
+ MY_PV="$(replace_all_version_separators _)"
+else
+ MY_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))"
+ MY_PV="${MY_PV}_sp$(get_version_component_range 3)"
+ MY_PV="${MY_PV}_$(get_version_component_range 4)"
+fi
+
+DESCRIPTION="Visual Paradigm for UML"
+HOMEPAGE="http://www.visual-paradigm.com"
+
+SRC_URI_FORMAT="http://%s.visual-paradigm.com/visual-paradigm/vpuml$(get_version_component_range 1-2)/$(get_version_component_range 3)/${MY_PN}_Linux_64bit_NoInstall_${MY_PV}.tar.gz"
+
+SRC_URI=""
+for srv in eu{1..2} usa{1..6}; do
+ SRC_URI+=" `printf ${SRC_URI_FORMAT} ${srv}`"
+done
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="as-is" # actually, proprietary
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="mirror"
+
+DEPEND=""
+RDEPEND=">=virtual/jre-1.5
+ x11-misc/xdg-utils"
+
+src_install() {
+ insinto /opt/Visual-Paradigm/${MY_PN}
+ doins -r bin bundled integration lib ormlib \
+ resources scripts sde shapes updatesynchronizer \
+ UserLanguage .install4j
+
+ rm "${D}"/opt/Visual-Paradigm/${MY_PN}/.install4j/firstrun
+
+ chmod +x "${D}"/opt/Visual-Paradigm/${MY_PN}/bin/*
+ dodoc -r Samples
+
+ make_desktop_entry /opt/Visual-Paradigm/${MY_PN}/bin/${MY_P} "Visual Paradigm for UML" /opt/Visual-Paradigm/VP_Suite/resources/vpuml.png
+}
next reply other threads:[~2012-04-02 20:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 20:02 Diego Elio Pettenò [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-31 22:24 [gentoo-commits] dev/flameeyes:master commit in: dev-util/visual-paradigm-for-uml/ Diego Elio Pettenò
2013-02-15 5:33 Diego Elio Pettenò
2012-12-10 8:20 Diego Elio Pettenò
2012-11-19 4:09 Diego Elio Pettenò
2012-08-21 15:24 Diego Elio Pettenò
2012-08-06 17:23 Diego Elio Pettenò
2012-08-06 17:23 Diego Elio Pettenò
2012-07-10 8:55 Diego Elio Pettenò
2012-07-10 8:55 Diego Elio Pettenò
2012-06-22 19:51 Diego Elio Pettenò
2012-06-22 19:51 Diego Elio Pettenò
2012-06-22 10:40 Diego Elio Pettenò
2012-06-18 17:57 Diego Elio Pettenò
2012-04-28 2:31 Diego Elio Pettenò
2012-04-16 21:47 Diego Elio Pettenò
2012-04-04 23:20 Diego Elio Pettenò
2012-03-27 18:50 Diego Elio Pettenò
2012-03-13 17:36 Diego Elio Pettenò
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1333396915.e976a7a46cb73cf47aafd181d084fd0f8ac51fee.flameeyes@gentoo \
--to=flameeyes@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox