From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/argouml/
Date: Tue, 19 Apr 2022 09:28:39 +0000 (UTC) [thread overview]
Message-ID: <1650360512.bb944baac2803d3d01a87de9cbf3995c950d5544.flow@gentoo> (raw)
commit: bb944baac2803d3d01a87de9cbf3995c950d5544
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Apr 19 09:02:43 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 09:28:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb944baa
dev-util/argouml: drop 0.34
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-util/argouml/argouml-0.34.ebuild | 62 ------------------------------------
1 file changed, 62 deletions(-)
diff --git a/dev-util/argouml/argouml-0.34.ebuild b/dev-util/argouml/argouml-0.34.ebuild
deleted file mode 100644
index a10475095a98..000000000000
--- a/dev-util/argouml/argouml-0.34.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop xdg-utils 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 x86 ~amd64-linux ~x86-linux ~ppc-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
-
- if use doc; then
- find release/ \( -name Thumbs.db -o -name filelist.xml \) \
- -delete || die
- HTML_DOCS=( release/{Readme.htm,www} )
- DOCS=(
- "${DISTDIR}"/manual-${PV}.pdf
- "${DISTDIR}"/quickguide-${PV}.pdf
- )
- einstalldocs
- fi
-
- newicon ${P}/icon/ArgoIcon128x128.png ${PN}.png || die
- make_desktop_entry ${PN} "ArgoUML"
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
next reply other threads:[~2022-04-19 9:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-19 9:28 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-19 8:53 [gentoo-commits] repo/gentoo:master commit in: dev-util/argouml/ Jakov Smolić
2022-04-19 8:53 Jakov Smolić
2022-03-19 20:59 Sam James
2018-04-18 16:44 David Seifert
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=1650360512.bb944baac2803d3d01a87de9cbf3995c950d5544.flow@gentoo \
--to=flow@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