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: Tue, 13 Mar 2012 17:36:36 +0000 (UTC) [thread overview]
Message-ID: <1331660258.1b1ea2b03097444e24247b8c9cbab49861f50764.flameeyes@gentoo> (raw)
commit: 1b1ea2b03097444e24247b8c9cbab49861f50764
Author: Diego Elio 'Flameeyes' Pettenò <flameeyes <AT> flameeyes <DOT> eu>
AuthorDate: Tue Mar 13 17:37:38 2012 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 17:37:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=commit;h=1b1ea2b0
Initial import of the new VP for UML 9.0.
(Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commit)
---
dev-util/visual-paradigm-for-uml/ChangeLog | 6 ++
dev-util/visual-paradigm-for-uml/Manifest | 1 +
dev-util/visual-paradigm-for-uml/metadata.xml | 7 +++
.../visual-paradigm-for-uml-9.0.20120310.ebuild | 53 ++++++++++++++++++++
4 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/dev-util/visual-paradigm-for-uml/ChangeLog b/dev-util/visual-paradigm-for-uml/ChangeLog
new file mode 100644
index 0000000..e627533
--- /dev/null
+++ b/dev-util/visual-paradigm-for-uml/ChangeLog
@@ -0,0 +1,6 @@
+*visual-paradigm-for-uml-9.0.20120310 (13 Mar 2012)
+
+ 13 Mar 2012; Diego E. Pettenò <flameeyes@gentoo.org> +metadata.xml,
+ +visual-paradigm-for-uml-9.0.20120310.ebuild:
+ Initial import of the new VP for UML 9.0.
+
diff --git a/dev-util/visual-paradigm-for-uml/Manifest b/dev-util/visual-paradigm-for-uml/Manifest
new file mode 100644
index 0000000..3aa4d51
--- /dev/null
+++ b/dev-util/visual-paradigm-for-uml/Manifest
@@ -0,0 +1 @@
+DIST Visual_Paradigm_for_UML_Linux_64bit_NoInstall_9_0_20120310.tar.gz 196687823 RMD160 df2fc623c1c8e907e8d66111ff0119f2d98b7506 SHA1 0af7f605c0d9c57d8f6a2357348dd905773b68f1 SHA256 8ec676a536cc228faa65095ebf932a75c89ac12ffb9797ffaf796f8809cf7a33
diff --git a/dev-util/visual-paradigm-for-uml/metadata.xml b/dev-util/visual-paradigm-for-uml/metadata.xml
new file mode 100644
index 0000000..1735496
--- /dev/null
+++ b/dev-util/visual-paradigm-for-uml/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>flameeyes@gmail.com</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120310.ebuild b/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120310.ebuild
new file mode 100644
index 0000000..cbb1c7c
--- /dev/null
+++ b/dev-util/visual-paradigm-for-uml/visual-paradigm-for-uml-9.0.20120310.ebuild
@@ -0,0 +1,53 @@
+# 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="http://eu2.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"
+
+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"
+
+pkg_nofetch() {
+ elog "Please download ${SRC_URI} from your Customer Service Center"
+ elog "and copy it into ${DISTDIR}"
+}
+
+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-03-13 17:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 17:36 Diego Elio Pettenò [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-27 18:50 [gentoo-commits] dev/flameeyes:master commit in: dev-util/visual-paradigm-for-uml/ Diego Elio Pettenò
2012-04-02 20:02 Diego Elio Pettenò
2012-04-04 23:20 Diego Elio Pettenò
2012-04-16 21:47 Diego Elio Pettenò
2012-04-28 2:31 Diego Elio Pettenò
2012-06-18 17:57 Diego Elio Pettenò
2012-06-22 10:40 Diego Elio Pettenò
2012-06-22 19:51 Diego Elio Pettenò
2012-06-22 19:51 Diego Elio Pettenò
2012-07-10 8:55 Diego Elio Pettenò
2012-07-10 8:55 Diego Elio Pettenò
2012-08-06 17:23 Diego Elio Pettenò
2012-08-06 17:23 Diego Elio Pettenò
2012-08-21 15:24 Diego Elio Pettenò
2012-11-19 4:09 Diego Elio Pettenò
2012-12-10 8:20 Diego Elio Pettenò
2013-02-15 5:33 Diego Elio Pettenò
2013-03-31 22:24 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=1331660258.1b1ea2b03097444e24247b8c9cbab49861f50764.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