summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 12:40:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 16:41:31 +0200
commit3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4 (patch)
tree8b81de3cb7d5324d1ecbf7ec3ac52116981d93dc /x11-themes
parentx11-themes/nitrogen: Broken SRC_URI, HOMEPAGE dead, obsolete by Oxygen anyway (diff)
downloadkde-sunset-3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4.tar.gz
kde-sunset-3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4.tar.bz2
kde-sunset-3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4.zip
x11-themes/skulpture: 0.2.4_p20120822 snapshot bump from GitHub
Replaces 0.2.4-r1 with non-existent tarball. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/skulpture/Manifest2
-rw-r--r--x11-themes/skulpture/skulpture-0.2.4-r1.ebuild18
-rw-r--r--x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild21
3 files changed, 22 insertions, 19 deletions
diff --git a/x11-themes/skulpture/Manifest b/x11-themes/skulpture/Manifest
index b0065b7c..d704391e 100644
--- a/x11-themes/skulpture/Manifest
+++ b/x11-themes/skulpture/Manifest
@@ -1 +1 @@
-DIST 59031-skulpture-0.2.4.tar.gz 121290 SHA256 606a4399b3e8cc2af09ef78a978f3a5a82c8bbbfe14a6b434e6032311aee47e8 SHA512 10354052aa9a814d2db65a44a40fae3938bf50656f4c6d2f58ed202c2d7cedfefd36d6b933d52571097afbc67419ae2b48b1e3168d3e6d1324058843bfc6bfee WHIRLPOOL 89a9960367445a270e3e31ca467ba11393ff7f85ee542e2cf6a5b7d2c72e6d1771e398ddab0ff593566d091e7debdcafe27b03e351770f59c7447f3f08e0ff46
+DIST skulpture-0.2.4_p20120822.tar.gz 126108 BLAKE2B 7edbb6cbbe46fc048221501a343c4980948b3d711012e902ea26a8133ad79e31d8fddbd2adb0df18234aa1624bb763c3ea414c7dd766359ed6ee57ce5f470ef9 SHA512 d14260087d972e671ca2e5c619cd124187eb65a8db34ae93d4d86aae53339a33d3e3bed0416c050fc18b822826df88dab00e3c2ea6457e216622667f033d6c98
diff --git a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
deleted file mode 100644
index 76584e17..00000000
--- a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Classical style and window decorations for KDE"
-HOMEPAGE="http://skulpture.maxiom.de/"
-SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="kde-plasma/kwin:4"
-RDEPEND="${DEPEND}"
diff --git a/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild b/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild
new file mode 100644
index 00000000..c4cb687b
--- /dev/null
+++ b/x11-themes/skulpture/skulpture-0.2.4_p20120822.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+COMMIT=4e36baf0032c9f2e1c78cf11175e726d9582778a
+inherit kde4-base
+
+DESCRIPTION="Classical style and window decorations for KDE Plasma"
+HOMEPAGE="https://github.com/cfeck/skulpture"
+SRC_URI="https://github.com/cfeck/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="kde-plasma/kwin:4"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${COMMIT}"