summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-14 08:41:38 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-14 08:41:38 +0000
commitb9ba9be4935ae5df0d8e37c1d948929bc3227753 (patch)
treed304bd5dac227d02a2de6e2ac10488868898b3e9 /x11-themes/gtk-engines-ubuntulooks
parentUpdated deps: app-doc/kchmviewer moved to app-text/kchmviewer, bug #220741. (diff)
downloadgentoo-2-b9ba9be4935ae5df0d8e37c1d948929bc3227753.tar.gz
gentoo-2-b9ba9be4935ae5df0d8e37c1d948929bc3227753.tar.bz2
gentoo-2-b9ba9be4935ae5df0d8e37c1d948929bc3227753.zip
bump patchset to 11
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'x11-themes/gtk-engines-ubuntulooks')
-rw-r--r--x11-themes/gtk-engines-ubuntulooks/ChangeLog12
-rw-r--r--x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r2.ebuild (renamed from x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r1.ebuild)15
2 files changed, 17 insertions, 10 deletions
diff --git a/x11-themes/gtk-engines-ubuntulooks/ChangeLog b/x11-themes/gtk-engines-ubuntulooks/ChangeLog
index 887f3b4ad77c..f2a92b7f694b 100644
--- a/x11-themes/gtk-engines-ubuntulooks/ChangeLog
+++ b/x11-themes/gtk-engines-ubuntulooks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gtk-engines-ubuntulooks
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.4 2007/12/22 18:16:47 nixnut Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.5 2008/05/14 08:41:38 drac Exp $
+
+*gtk-engines-ubuntulooks-0.9.12-r2 (14 May 2008)
+
+ 14 May 2008; Samuli Suominen <drac@gentoo.org>
+ +gtk-engines-ubuntulooks-0.9.12-r2.ebuild:
+ Bump patchset to version 11.
22 Dec 2007; nixnut <nixnut@gentoo.org>
gtk-engines-ubuntulooks-0.9.12-r1.ebuild:
@@ -14,7 +20,7 @@
07 Oct 2007; Samuli Suominen <drac@gentoo.org>
+gtk-engines-ubuntulooks-0.9.12-r1.ebuild:
- Update to PATCH_LEVEL=8.
+ Bump patchset to version 8.
*gtk-engines-ubuntulooks-0.9.12 (07 Oct 2007)
diff --git a/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r1.ebuild b/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r2.ebuild
index 76047eeefca6..29bba87255a3 100644
--- a/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r1.ebuild
+++ b/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r1.ebuild,v 1.3 2007/12/22 18:16:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r2.ebuild,v 1.1 2008/05/14 08:41:38 drac Exp $
inherit eutils
-PATCH_LEVEL=8
+PATCH_LEVEL=11
MY_PN=${PN/gtk-engines-/}
DESCRIPTION="a derivative of the standard Clearlooks engine, using a more orange approach"
-HOMEPAGE="http://packages.ubuntu.com/gutsy/gnome/gtk2-engines-ubuntulooks"
+HOMEPAGE="http://packages.ubuntu.com/intrepid/gtk2-engines-ubuntulooks"
SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz
http://archive.ubuntu.com/ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}-${PATCH_LEVEL}.diff.gz"
@@ -22,21 +22,22 @@ RDEPEND=">=x11-libs/gtk+-2.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-S="${WORKDIR}"/${MY_PN}-${PV}
+S=${WORKDIR}/${MY_PN}-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${WORKDIR}"/${MY_PN}_${PV}-${PATCH_LEVEL}.diff
- epatch debian/patches/*.patch
+ EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch debian/patches
}
src_compile() {
- econf --enable-animation
+ econf --disable-dependency-tracking --enable-animation
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README
+ newdoc debian/changelog ChangeLog.debian
}