Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/, dev-util/staruml-bin/
Date: Sat, 01 Oct 2016 20:13:37
Message-Id: 1475352805.4ecdf7aea5e38815fd79930123d2f26e949c00d6.monsieurp@gentoo
1 commit: 4ecdf7aea5e38815fd79930123d2f26e949c00d6
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 20:13:10 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 20:13:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecdf7ae
7
8 Revert 1403a287f125459943403b40437a186aaa2a052f.
9
10 dev-util/staruml-bin/Manifest | 2 -
11 dev-util/staruml-bin/metadata.xml | 12 ------
12 dev-util/staruml-bin/staruml-bin-2.7.0.ebuild | 61 ---------------------------
13 licenses/StarUML-EULA | 26 ------------
14 4 files changed, 101 deletions(-)
15
16 diff --git a/dev-util/staruml-bin/Manifest b/dev-util/staruml-bin/Manifest
17 deleted file mode 100644
18 index 2210c63..00000000
19 --- a/dev-util/staruml-bin/Manifest
20 +++ /dev/null
21 @@ -1,2 +0,0 @@
22 -DIST StarUML-v2.7.0-32-bit.deb 41745682 SHA256 a6728da7f6d1c05a6aca3f2681e83b14924e49c760a9c7f1d2541265260a5cf5 SHA512 c6d09d1504c7482bd6ce9224ea849cb7fa7530dad2691b283676487b67ecbb5f47e1515017de577bace4e703246edad9e75fa94f7ea9bd1c9ad47792e801bb1a WHIRLPOOL 4481d34fa4bcfb0f567c15dee81a0232bcdeecebabf860f89fbae3695baf4a8a87859ad36ade660e107471b93c64f81efd8d2cb61e92f5a356107c22f6b542b0
23 -DIST StarUML-v2.7.0-64-bit.deb 43560668 SHA256 9155d363266978314e74fe22c2dbf2411df591bca4a5d271f22b54ad55dc4ae5 SHA512 a651fe275e731cc626615e9ddbb1ba1a5e7ac62383ae01a7f6bb5683dc97f3795e05701bdc9717ee7140b64b3395a1ab68cacf7a12f640fa05b721fac611ea1f WHIRLPOOL 365818201529d57d2688bcb907f4cc08fd8c1e3cf4658dd77de230498eb7a647834409b773fcc6b0e620fcc6df32cc07754f68e0c948a5285b5513cc880eed68
24
25 diff --git a/dev-util/staruml-bin/metadata.xml b/dev-util/staruml-bin/metadata.xml
26 deleted file mode 100644
27 index 3554bdb..00000000
28 --- a/dev-util/staruml-bin/metadata.xml
29 +++ /dev/null
30 @@ -1,12 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <email>hilobakho@×××××.com</email>
36 - <name>Mykyta Holubakha</name>
37 - </maintainer>
38 - <maintainer type="project">
39 - <email>proxy-maint@g.o</email>
40 - <name>Gentoo Proxy Maintainers Project</name>
41 - </maintainer>
42 -</pkgmetadata>
43
44 diff --git a/dev-util/staruml-bin/staruml-bin-2.7.0.ebuild b/dev-util/staruml-bin/staruml-bin-2.7.0.ebuild
45 deleted file mode 100644
46 index cca6bdf..00000000
47 --- a/dev-util/staruml-bin/staruml-bin-2.7.0.ebuild
48 +++ /dev/null
49 @@ -1,61 +0,0 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -# $Id$
53 -
54 -EAPI=6
55 -
56 -inherit unpacker
57 -
58 -DESCRIPTION="A sophisticated software modeler"
59 -HOMEPAGE="http://staruml.io/"
60 -SRC_URI="
61 - amd64? ( http://staruml.io/download/release/v${PV}/StarUML-v${PV}-64-bit.deb )
62 - x86? ( http://staruml.io/download/release/v${PV}/StarUML-v${PV}-32-bit.deb )
63 -"
64 -
65 -LICENSE="StarUML-EULA no-source-code"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE=""
69 -RESTRICT="splitdebug"
70 -
71 -RDEPEND="
72 - dev-libs/atk
73 - dev-libs/expat
74 - dev-libs/glib:2
75 - dev-libs/libgcrypt:11
76 - dev-libs/nss
77 - dev-libs/nspr
78 - gnome-base/gconf
79 - media-libs/fontconfig
80 - media-libs/freetype
81 - media-libs/alsa-lib
82 - net-print/cups
83 - x11-libs/cairo
84 - x11-libs/gdk-pixbuf:2
85 - x11-libs/gtk+:2
86 - x11-libs/libXcomposite
87 - x11-libs/libXdamage
88 - x11-libs/libXext
89 - x11-libs/libXfixes
90 - x11-libs/libXi
91 - x11-libs/libXrender
92 - x11-libs/libX11
93 - x11-libs/pango
94 - virtual/libudev
95 -"
96 -
97 -S="${WORKDIR}"
98 -QA_PREBUILT="opt/staruml/Brackets-node opt/staruml/StarUML"
99 -
100 -src_unpack() {
101 - unpack_deb ${A}
102 -}
103 -
104 -MY_PN=${PN/-bin/}
105 -src_install() {
106 - mv opt "${ED}" || die
107 - dosym /usr/lib/libudev.so /opt/${MY_PN}/libudev.so.0
108 - dosym /opt/${MY_PN}/${MY_PN} /usr/bin/${MY_PN}
109 - newdoc usr/share/doc/${MY_PN}/copyright LICENSE
110 -}
111
112 diff --git a/licenses/StarUML-EULA b/licenses/StarUML-EULA
113 deleted file mode 100644
114 index 5208757..00000000
115 --- a/licenses/StarUML-EULA
116 +++ /dev/null
117 @@ -1,26 +0,0 @@
118 -End User License Agreement
119 -The SOFTWARE PRODUCT (StarUML) is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.
120 -LICENSES
121 -StarUML is licensed as follows:
122 -Installation and Usage.
123 -
124 -Licenses are per user and valid for use on all supported operating systems. License keys may be used on multiple computers and operating systems, provided the license key holder is the primary user. Businesses must purchase at least as many licenses as the number of people using StarUML.
125 -Backup Copies.
126 -
127 -You may make copies of the license key and or StarUML for backup and archival purposes.
128 -DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS
129 -Maintenance of Copyright Notices.
130 -
131 -You must not remove or alter any copyright notices on any copy of StarUML.
132 -Distribution.
133 -
134 -You may not distribute or sell license keys or StarUML to third parties. Licenses will be revoked if distributed or sold to third parties.
135 -Rental.
136 -
137 -You may not rent, lease, or lend the license key or StarUML.
138 -COPYRIGHT
139 -All title, including but not limited to copyrights, in and to StarUML and any copies thereof are owned by MKLab.
140 -NO WARRANTIES
141 -MKLab expressly disclaims any warranty for StarUML, which is provided 'as is' without any express or implied warranty of any kind, including but not limited to any warranties of merchantability, non-infringement, or fitness of a particular purpose.
142 -LIMITATION OF LIABILITY
143 -In no event shall MKLab be liable for any damages due to use of StarUML, to the maximum extent permitted by law. This includes without limitation, lost profits, business interruption, or lost information. In no event will MKLab be liable for loss of data or for indirect, special, incidental, consequential (including lost profit), or other damages. MKLab shall have no liability with respect to the content of StarUML or any part thereof, including but not limited to errors or omissions contained therein, libel, trademark rights, business interruption, loss of privacy or the disclosure of confidential information.