From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-icons/
Date: Wed, 18 May 2011 10:44:29 +0000 (UTC) [thread overview]
Message-ID: <39575d8efca13bf7139301e060b79002e6377cd8.scarabeus@gentoo> (raw)
commit: 39575d8efca13bf7139301e060b79002e6377cd8
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 10:44:23 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed May 18 10:44:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39575d8e
[kde-base/oxygen-icons] sync with release ebuild.
---
kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild | 24 +++++++++++++++++--
kde-base/oxygen-icons/oxygen-icons-9999.ebuild | 24 +++++++++++++++++--
2 files changed, 42 insertions(+), 6 deletions(-)
diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild
index 4851d08..7d171d4 100644
--- a/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild
+++ b/kde-base/oxygen-icons/oxygen-icons-4.6.9999.ebuild
@@ -4,19 +4,37 @@
EAPI=4
-if [[ ${PV} = *9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
KMNAME="kdesupport"
+else
+ # Upstream does not ship releases properly so we dont want all versions
+ MY_PV="4.6.2"
+ MY_P="${PN}-${MY_PV}"
fi
KDE_REQUIRED="never"
inherit kde4-base
DESCRIPTION="Oxygen SVG icon theme."
HOMEPAGE="http://www.oxygen-icons.org/"
-#SRC_URI="mirror://kde/unstable/${PV}/src/${P}.tar.bz2"
+# Note that the upstream tarball is .bz2, ours is .xz -- if upstream
+# changes its compression format to .xz, we will need to change the
+# filename of one of the tarballs
+[[ ${PV} == *9999 ]] || \
+SRC_URI="
+ !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz )
+ bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
+"
LICENSE="LGPL-3"
KEYWORDS=""
-IUSE="aqua"
+IUSE="aqua bindist"
+
+DEPEND="
+ !bindist? ( app-arch/xz-utils )
+"
+RDEPEND=""
+
+[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}
# Block conflicting packages
add_blocker kdebase-data '<4.2.67'
diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
index 4851d08..7d171d4 100644
--- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild
@@ -4,19 +4,37 @@
EAPI=4
-if [[ ${PV} = *9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
KMNAME="kdesupport"
+else
+ # Upstream does not ship releases properly so we dont want all versions
+ MY_PV="4.6.2"
+ MY_P="${PN}-${MY_PV}"
fi
KDE_REQUIRED="never"
inherit kde4-base
DESCRIPTION="Oxygen SVG icon theme."
HOMEPAGE="http://www.oxygen-icons.org/"
-#SRC_URI="mirror://kde/unstable/${PV}/src/${P}.tar.bz2"
+# Note that the upstream tarball is .bz2, ours is .xz -- if upstream
+# changes its compression format to .xz, we will need to change the
+# filename of one of the tarballs
+[[ ${PV} == *9999 ]] || \
+SRC_URI="
+ !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz )
+ bindist? ( ${SRC_URI//${PV}/${MY_PV}} )
+"
LICENSE="LGPL-3"
KEYWORDS=""
-IUSE="aqua"
+IUSE="aqua bindist"
+
+DEPEND="
+ !bindist? ( app-arch/xz-utils )
+"
+RDEPEND=""
+
+[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P}
# Block conflicting packages
add_blocker kdebase-data '<4.2.67'
next reply other threads:[~2011-05-18 10:44 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-18 10:44 Tomas Chvatal [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-04 20:34 [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-icons/ Manuel Rüger
2013-12-13 18:07 Chris Reffett
2013-12-03 20:08 Andreas Hüttel
2013-07-06 15:27 Johannes Huber
2013-05-05 12:10 Johannes Huber
2013-03-29 21:13 Andreas Hüttel
2013-03-18 23:02 Andreas Hüttel
2013-01-31 14:30 Michael Palimaka
2012-05-25 14:02 Alexey Shvetsov
2012-05-01 11:08 Johannes Huber
2012-03-07 1:26 Andreas Hüttel
2012-01-20 13:24 Johannes Huber
2012-01-12 11:01 Alexey Shvetsov
2011-12-03 21:11 Alexey Shvetsov
2011-10-03 20:49 Andreas Hüttel
2011-09-07 21:43 Alexey Shvetsov
2011-07-25 11:22 Alexey Shvetsov
2011-07-08 13:55 Alexey Shvetsov
2011-06-10 18:13 Andreas Hüttel
2011-06-05 19:15 Andreas Hüttel
2011-05-23 1:57 Jorge Manuel B. S. Vicetto
2011-05-22 17:29 Jorge Manuel B. S. Vicetto
2011-05-03 19:56 Jonathan Callen
2011-05-03 9:15 Tomas Chvatal
2011-05-01 23:09 Tomas Chvatal
2011-05-01 13:18 Tomas Chvatal
2011-02-26 20:19 Andreas K. Huettel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39575d8efca13bf7139301e060b79002e6377cd8.scarabeus@gentoo \
--to=scarabeus@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox