public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2011-12-11 19:54 Jonathan Callen
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen @ 2011-12-11 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2b05667b4d4317b3d7a7526da15eb8e5e5563d14
Author:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 02:18:10 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 19:40:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2b05667b

[x11-themes/oxygen-gtk3] Add new theme

---
 x11-themes/oxygen-gtk3/metadata.xml            |    5 +++
 x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild |   45 ++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/metadata.xml b/x11-themes/oxygen-gtk3/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/x11-themes/oxygen-gtk3/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
new file mode 100644
index 0000000..870c0f1
--- /dev/null
+++ b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils git-2
+
+DESCRIPTION="Official GTK+ 3 port of KDE's Oxygen widget style"
+HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
+EGIT_REPO_URI="git://anongit.kde.org/oxygen-gtk"
+EGIT_BRANCH="gtk3"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+SLOT="0"
+IUSE="debug doc"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/cairo
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/pango
+"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+
+DOCS=(AUTHORS README)
+
+src_install() {
+	if use doc; then
+		{ cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
+		HTML_DOCS=( "${S}/doc/html/" )
+	fi
+
+	cmake-utils_src_install
+
+	cat <<-EOF > 99oxygen-gtk3
+CONFIG_PROTECT="/usr/share/themes/oxygen-gtk/gtk-3.0"
+EOF
+	doenvd 99oxygen-gtk3
+}



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2011-12-14  1:08 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2011-12-14  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6d355a48d2398349fc2d4a3b0abc229ba5431a05
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 01:06:15 2011 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 01:06:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6d355a48

[x11-themes/oxygen-gtk3] Add snapshot release 2011/12/13 requested by scarabeus

(Portage version: 2.2.0_alpha80/git/Linux i686, unsigned Manifest commit)

---
 .../oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild     |   44 ++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild
new file mode 100644
index 0000000..469a4b7
--- /dev/null
+++ b/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Official GTK+ 3 port of KDE's Oxygen widget style"
+HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
+SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="debug doc"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/cairo
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/pango
+"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+
+DOCS=(AUTHORS README)
+
+src_install() {
+	if use doc; then
+		{ cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
+		HTML_DOCS=( "${S}/doc/html/" )
+	fi
+
+	cmake-utils_src_install
+
+	cat <<-EOF > 99oxygen-gtk3
+CONFIG_PROTECT="/usr/share/themes/oxygen-gtk/gtk-3.0"
+EOF
+	doenvd 99oxygen-gtk3
+}



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2012-02-13 18:26 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-02-13 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     006b7f4825286ffefb3d253be87c6b6fe3e210c4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 18:30:04 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 18:30:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=006b7f48

[x11-themes/oxygen-gtk3] Remove obsolete.

(Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit)

---
 .../oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild     |   44 --------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild
deleted file mode 100644
index c186c1a..0000000
--- a/x11-themes/oxygen-gtk3/oxygen-gtk3-0_p20111213.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Official GTK+ 3 port of KDE's Oxygen widget style"
-HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
-SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug doc"
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/cairo
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	x11-libs/pango
-"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-
-DOCS=(AUTHORS README)
-
-src_install() {
-	if use doc; then
-		{ cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
-		HTML_DOCS=( "${S}/doc/html/" )
-	fi
-
-	cmake-utils_src_install
-
-	cat <<-EOF > 99oxygen-gtk3
-CONFIG_PROTECT="/usr/share/themes/oxygen-gtk/gtk-3.0"
-EOF
-	doenvd 99oxygen-gtk3
-}



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2012-05-02 22:16 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-05-02 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6f34e34d9b4c0aec9233fe3f8ee3b34e7266a8ac
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 22:15:02 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May  2 22:15:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6f34e34d

[x11-themes/oxygen-gtk3] dev-util/pkgconfig -> virtual/pkgconfig

(Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)

---
 x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
index fb06a75..9c84cee 100644
--- a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
+++ b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
 	x11-libs/pango
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
 "
 



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2013-04-26 20:53 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-04-26 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d80b4f5d363c6f2d670a0d54f0f16b4a91f01081
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 20:44:15 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 20:44:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d80b4f5d

[x11-themes/oxygen-gtk3] EAPI 5.

Package-Manager: portage-2.2.0_alpha173

---
 x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
index a9ff4bb..3c40003 100644
--- a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
+++ b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit cmake-utils git-2
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/
@ 2013-10-13 17:03 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-10-13 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     56e9a1df0ebc124f669bf629f45f3a39a0cecf04
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 18:44:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:44:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=56e9a1df

[x11-themes/oxygen-gtk3] Move to git-r3 eclass.

Package-Manager: portage-2.2.7

---
 x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
index 3c40003..f324a61 100644
--- a/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
+++ b/x11-themes/oxygen-gtk3/oxygen-gtk3-9999.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
 
 DESCRIPTION="Official GTK+ 3 port of KDE's Oxygen widget style"
 HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
-EGIT_REPO_URI="git://anongit.kde.org/oxygen-gtk"
+EGIT_REPO_URI=( "git://anongit.kde.org/oxygen-gtk" )
 EGIT_BRANCH="gtk3"
 
 LICENSE="LGPL-2.1"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-13 17:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 17:03 [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk3/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2013-04-26 20:53 Johannes Huber
2012-05-02 22:16 Johannes Huber
2012-02-13 18:26 Johannes Huber
2011-12-14  1:08 Johannes Huber
2011-12-11 19:54 Jonathan Callen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox