summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-02-18 14:17:32 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-02-18 14:17:32 +0000
commite1062196ef88c9bf8b698ae381856e597e3b42a7 (patch)
tree3ede0c1ab0ca8e297c17b20051726047be48c811 /x11-themes
parentVersion bump, closes bug #122068 by David Shakaryan <david@peemail.org>. Also... (diff)
downloadgentoo-2-e1062196ef88c9bf8b698ae381856e597e3b42a7.tar.gz
gentoo-2-e1062196ef88c9bf8b698ae381856e597e3b42a7.tar.bz2
gentoo-2-e1062196ef88c9bf8b698ae381856e597e3b42a7.zip
Pruning old ebuild
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/smooth-themes/files/digest-smooth-themes-0.5.81
-rw-r--r--x11-themes/smooth-themes/smooth-themes-0.5.8.ebuild41
-rw-r--r--x11-themes/smoothgnome/files/digest-smoothgnome-2.0.44
-rw-r--r--x11-themes/smoothgnome/smoothgnome-2.0.4.ebuild48
4 files changed, 0 insertions, 94 deletions
diff --git a/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8 b/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8
deleted file mode 100644
index 860eb87e4a03..000000000000
--- a/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a46c592261c4d371498d644eece6493e smooth-themes-0.5.8.tar.gz 117158
diff --git a/x11-themes/smooth-themes/smooth-themes-0.5.8.ebuild b/x11-themes/smooth-themes/smooth-themes-0.5.8.ebuild
deleted file mode 100644
index 2398ba03152e..000000000000
--- a/x11-themes/smooth-themes/smooth-themes-0.5.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8.ebuild,v 1.5 2006/01/13 18:28:25 gustavoz Exp $
-
-inherit eutils
-
-DESCRIPTION="A clean set of GTK+ themes based on the Smooth engine"
-HOMEPAGE="http://sourceforge.net/projects/smooth-engine/"
-SRC_URI="mirror://sourceforge/smooth-engine/${P}.tar.gz"
-
-KEYWORDS="~ppc ~sparc x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="gtk2"
-
-# This package installs both GTK+1 and GTK+2 themes, and tries to set the
-# correct runtime dependencies according to the 'gtk2' USE flag. It is a poor
-# way to handle the dependencies and themes to install, but it is pretty much
-# the best alternative at the moment.
-DEPEND=""
-RDEPEND="gtk2? ( >=x11-themes/gtk-engines-2 )
- !gtk2? ( x11-themes/gtk-engines-smooth )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Remove unnecessary checks in the configure script
- epatch ${FILESDIR}/${P}-remove_checks.patch
-
- export WANT_AUTOMAKE=1.8
- aclocal || die "aclocal failed"
- autoconf || die "autoconf failed"
- automake || die "automake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/x11-themes/smoothgnome/files/digest-smoothgnome-2.0.4 b/x11-themes/smoothgnome/files/digest-smoothgnome-2.0.4
deleted file mode 100644
index 611353ce488d..000000000000
--- a/x11-themes/smoothgnome/files/digest-smoothgnome-2.0.4
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 25450931a9d06e586e0cab3271fdc1d4 GTK2-SmoothGNOME-2.0.4.tar.gz 3147
-MD5 07acfbb56a628ce41c8116937315c005 ICON-SmoothGNOME-2.0.4.tar.gz 217008
-MD5 15df00a637120ae3f7133565f03a9a49 MCity-SmoothGNOME-2.0.4.tar.gz 3732
-MD5 f5ab45ce6531f604ca8837ec2d744732 GTK2-SmoothGNOME-Extras-2.0.4.tar.gz 2414
diff --git a/x11-themes/smoothgnome/smoothgnome-2.0.4.ebuild b/x11-themes/smoothgnome/smoothgnome-2.0.4.ebuild
deleted file mode 100644
index 7e4bae759643..000000000000
--- a/x11-themes/smoothgnome/smoothgnome-2.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smoothgnome/smoothgnome-2.0.4.ebuild,v 1.4 2006/01/13 18:27:07 gustavoz Exp $
-
-inherit gnome2
-
-MY_PN="SmoothGNOME"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A GNOME theme designed to make a nicer default looking desktop"
-HOMEPAGE="http://web.subpop.net/art/smoothgnome/"
-SRC_URI="http://web.subpop.net/art/${PN}/releases/2/GTK2-${MY_P}.tar.gz
- http://web.subpop.net/art/${PN}/releases/2/ICON-${MY_P}.tar.gz
- http://web.subpop.net/art/${PN}/releases/2/MCity-${MY_P}.tar.gz
- http://web.subpop.net/art/${PN}/releases/2/GTK2-${MY_PN}-Extras-${PV}.tar.gz"
-
-KEYWORDS="~ppc ~sparc x86"
-LICENSE="as-is"
-SLOT="0"
-IUSE="gtk2"
-
-DEPEND=""
-RDEPEND="gtk2? ( >=x11-themes/gtk-engines-2 )
- !gtk2? ( x11-themes/gtk-engines-smooth )"
-
-src_unpack() {
- unpack GTK2-${MY_P}.tar.gz
- unpack GTK2-${MY_PN}-Extras-${PV}.tar.gz
- unpack MCity-${MY_P}.tar.gz
-
- mkdir icons; cd icons
- unpack ICON-${MY_P}.tar.gz
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- cd ${WORKDIR}
- for dir in SmoothGNOME* ; do
- insinto /usr/share/themes/${dir}
- doins -r ${dir}/*
- done
-
- insinto /usr/share/icons
- doins -r icons/*
-}