summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-22 10:28:58 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-22 10:28:58 +0000
commit2eaab9c60118153cf779c0e1ab26bccbc8aa4847 (patch)
treefe9d03e35d635e146c20fd527ab0c256acee17b6 /x11-themes
parentgames-mud/gnome-mud: update ebuild to new gnome2 eclass (see bug #155993) (diff)
downloadgentoo-2-2eaab9c60118153cf779c0e1ab26bccbc8aa4847.tar.gz
gentoo-2-2eaab9c60118153cf779c0e1ab26bccbc8aa4847.tar.bz2
gentoo-2-2eaab9c60118153cf779c0e1ab26bccbc8aa4847.zip
Clean up.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-flat/ChangeLog9
-rw-r--r--x11-themes/gtk-engines-flat/gtk-engines-flat-0.1-r1.ebuild30
-rw-r--r--x11-themes/gtk-engines-flat/gtk-engines-flat-0.1.ebuild23
-rw-r--r--x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild28
4 files changed, 17 insertions, 73 deletions
diff --git a/x11-themes/gtk-engines-flat/ChangeLog b/x11-themes/gtk-engines-flat/ChangeLog
index dc2065f49827..1682a7259a6f 100644
--- a/x11-themes/gtk-engines-flat/ChangeLog
+++ b/x11-themes/gtk-engines-flat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/gtk-engines-flat
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.25 2007/08/13 22:07:19 dertobi123 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.26 2008/03/22 10:28:58 drac Exp $
+
+ 22 Mar 2008; Samuli Suominen <drac@gentoo.org>
+ -gtk-engines-flat-0.1.ebuild, -gtk-engines-flat-0.1-r1.ebuild,
+ gtk-engines-flat-2.0-r2.ebuild:
+ Clean up.
13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
gtk-engines-flat-0.1-r1.ebuild:
diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1-r1.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1-r1.ebuild
deleted file mode 100644
index fb58e4081205..000000000000
--- a/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1-r1.ebuild,v 1.4 2007/08/13 22:07:19 dertobi123 Exp $
-
-MY_PN="gtk-flat-theme"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Flat theme engine for GTK+ 1"
-HOMEPAGE="http://themes.freshmeat.net/projects/flat/"
-SRC_URI="http://download.freshmeat.net/themes/flat/flat-1.2.x.tar.gz"
-
-KEYWORDS="~alpha ~amd64 ~hppa ppc sparc x86"
-SLOT="1"
-LICENSE="GPL-2"
-IUSE="static"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local myconf="$(use_enable static)"
-
- econf $myconf || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc AUTHORS README
-}
diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1.ebuild
deleted file mode 100644
index 9ceea84bbfdb..000000000000
--- a/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-0.1.ebuild,v 1.6 2005/08/02 09:31:06 leonardop Exp $
-
-MY_PN="gtk-flat-theme"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Flat theme engine for GTK+ 1"
-HOMEPAGE="http://themes.freshmeat.net/projects/flat/"
-SRC_URI="http://download.freshmeat.net/themes/flat/flat-1.2.x.tar.gz"
-
-KEYWORDS="x86 ppc alpha sparc hppa amd64"
-SLOT="1"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="=x11-libs/gtk+-1.2*"
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc AUTHORS README
-}
diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild
index ee4f40ae0840..fe47446635f7 100644
--- a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild
+++ b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild
@@ -1,34 +1,26 @@
-# 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-flat/gtk-engines-flat-2.0-r2.ebuild,v 1.13 2007/07/11 03:10:58 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild,v 1.14 2008/03/22 10:28:58 drac Exp $
-MY_PN="gtk-flat-theme"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="GTK+2 Flat Theme Engine"
+MY_P=gtk-flat-theme-${PV}
+
+DESCRIPTION="GTK+ Flat Theme Engine"
+HOMEPAGE="http://themes.freshmeat.net/projects/gtk2flat"
SRC_URI="http://download.freshmeat.net/themes/gtk2flat/gtk2flat-default.tar.gz"
-HOMEPAGE="http://themes.freshmeat.net/projects/gtk2flat/"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="2"
-IUSE="static"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
+IUSE=""
RDEPEND=">=x11-libs/gtk+-2"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
-src_compile() {
- local myconf="$(use_enable static)"
-
- econf $myconf || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
+ emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS README
+ rm -f "${D}"/usr/share/themes/Flat/{ICON.png,README.html}
}