* [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/skulpture/
@ 2017-01-11 9:31 Johannes Huber
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2017-01-11 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 388250258a9f9db5d4973122f3d0accc47a6bfdb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 09:29:16 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 09:31:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=38825025
x11-themes/skulpture: Import latest from gentoo main tree
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/skulpture/metadata.xml | 5 +++++
x11-themes/skulpture/skulpture-0.2.4-r1.ebuild | 19 +++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/x11-themes/skulpture/metadata.xml b/x11-themes/skulpture/metadata.xml
new file mode 100644
index 0000000..7a38bb9
--- /dev/null
+++ b/x11-themes/skulpture/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
new file mode 100644
index 0000000..41d130b
--- /dev/null
+++ b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/skulpture/
@ 2020-08-25 14:51 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-25 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 3496ef2bb9bfc764dd202bdc05c4b7a11f5c5be4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 10:40:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:41:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3496ef2b
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 <AT> gentoo.org>
x11-themes/skulpture/skulpture-0.2.4-r1.ebuild | 18 ------------------
.../skulpture/skulpture-0.2.4_p20120822.ebuild | 21 +++++++++++++++++++++
2 files changed, 21 insertions(+), 18 deletions(-)
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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-25 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 14:51 [gentoo-commits] proj/kde-sunset:master commit in: x11-themes/skulpture/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2017-01-11 9:31 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox