Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491340 - x11-themes/obtheme-2013.2.20.2 version bump
Summary: x11-themes/obtheme-2013.2.20.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-11-15 15:48 UTC by Dmitry
Modified: 2013-11-16 22:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
obtheme-2013.2.20.2.ebuild (obtheme-2013.2.20.2.ebuild,719 bytes, text/plain)
2013-11-15 15:50 UTC, Dmitry
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry 2013-11-15 15:48:27 UTC
Please add the new ebuild
Comment 1 Dmitry 2013-11-15 15:50:14 UTC
Created attachment 363332 [details]
obtheme-2013.2.20.2.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-15 15:53:31 UTC
Comment on attachment 363332 [details]
obtheme-2013.2.20.2.ebuild

--- obtheme-0.7_p20110404.ebuild        2012-11-27 18:16:40.392755687 +0100
+++ -   2013-11-15 16:53:18.343102688 +0100
@@ -8,10 +8,9 @@
 
 inherit eutils python
 
-MY_P=${PN}-2011.04.04.48155
 DESCRIPTION="A gui theme editor for openbox"
 HOMEPAGE="http://xyne.archlinux.ca/projects/obtheme/"
-SRC_URI="http://xyne.archlinux.ca/projects/obtheme/archives/${MY_P}.tar.xz"
+SRC_URI="http://xyne.archlinux.ca/projects/obtheme/src/obtheme-${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,7 +23,7 @@
        dev-python/fuse-python
        x11-libs/gtk+:2"
 
-S=${WORKDIR}/${MY_P}
+S=${WORKDIR}/obtheme-${PV}
 
 src_install() {
        dobin ${PN}
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-15 15:54:47 UTC
(In reply to Jeroen Roovers from comment #2)
> Comment on attachment 363332 [details]
> obtheme-2013.2.20.2.ebuild
> 
> --- obtheme-0.7_p20110404.ebuild        2012-11-27 18:16:40.392755687 +0100
> +++ -   2013-11-15 16:53:18.343102688 +0100
> -SRC_URI="http://xyne.archlinux.ca/projects/obtheme/archives/${MY_P}.tar.xz"
> +SRC_URI="http://xyne.archlinux.ca/projects/obtheme/src/obtheme-${PV}.tar.xz"

obtheme-${PV} => ${P}

> -S=${WORKDIR}/${MY_P}
> +S=${WORKDIR}/obtheme-${PV}

obtheme-${PV} => ${P}
Comment 4 Julian Ospald 2013-11-16 22:16:21 UTC
+*obtheme-2013.2.20.2 (16 Nov 2013)
+
+  16 Nov 2013; Julian Ospald <hasufell@gentoo.org> +obtheme-2013.2.20.2.ebuild:
+  version bump wrt #491340, convert to python-r1