Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/skulpture/
Date: Tue, 25 Aug 2020 14:51:16
Message-Id: 1598366491.3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4.asturm@gentoo
1 commit: 3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 10:40:29 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:41:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3496ef2b
7
8 x11-themes/skulpture: 0.2.4_p20120822 snapshot bump from GitHub
9
10 Replaces 0.2.4-r1 with non-existent tarball.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 x11-themes/skulpture/skulpture-0.2.4-r1.ebuild | 18 ------------------
16 .../skulpture/skulpture-0.2.4_p20120822.ebuild | 21 +++++++++++++++++++++
17 2 files changed, 21 insertions(+), 18 deletions(-)
18
19 diff --git a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
20 deleted file mode 100644
21 index 76584e17..00000000
22 --- a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
23 +++ /dev/null
24 @@ -1,18 +0,0 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -inherit kde4-base
31 -
32 -DESCRIPTION="Classical style and window decorations for KDE"
33 -HOMEPAGE="http://skulpture.maxiom.de/"
34 -SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="4"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="debug"
40 -
41 -DEPEND="kde-plasma/kwin:4"
42 -RDEPEND="${DEPEND}"
43
44 diff --git a/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild b/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild
45 new file mode 100644
46 index 00000000..c4cb687b
47 --- /dev/null
48 +++ b/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild
49 @@ -0,0 +1,21 @@
50 +# Copyright 1999-2020 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=5
54 +
55 +COMMIT=4e36baf0032c9f2e1c78cf11175e726d9582778a
56 +inherit kde4-base
57 +
58 +DESCRIPTION="Classical style and window decorations for KDE Plasma"
59 +HOMEPAGE="https://github.com/cfeck/skulpture"
60 +SRC_URI="https://github.com/cfeck/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
61 +
62 +LICENSE="GPL-3"
63 +SLOT="4"
64 +KEYWORDS="~amd64 ~x86"
65 +IUSE="debug"
66 +
67 +DEPEND="kde-plasma/kwin:4"
68 +RDEPEND="${DEPEND}"
69 +
70 +S="${WORKDIR}/${PN}-${COMMIT}"