summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-09-01 11:27:33 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-09-01 11:27:33 +0000
commit57795a2923b98a47ce4498ccb0893f4293a09d7a (patch)
treeaaec546420371f1aade2caf5c1e2756b675f1875 /x11-themes/gtk-engines-thinice
parentRemoving unmaintained package (diff)
downloadgentoo-2-57795a2923b98a47ce4498ccb0893f4293a09d7a.tar.gz
gentoo-2-57795a2923b98a47ce4498ccb0893f4293a09d7a.tar.bz2
gentoo-2-57795a2923b98a47ce4498ccb0893f4293a09d7a.zip
Removing obsolete ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-themes/gtk-engines-thinice')
-rw-r--r--x11-themes/gtk-engines-thinice/files/digest-gtk-engines-thinice-2.0.2-r12
-rw-r--r--x11-themes/gtk-engines-thinice/gtk-engines-thinice-2.0.2-r1.ebuild35
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-themes/gtk-engines-thinice/files/digest-gtk-engines-thinice-2.0.2-r1 b/x11-themes/gtk-engines-thinice/files/digest-gtk-engines-thinice-2.0.2-r1
deleted file mode 100644
index 18518c8fe79c..000000000000
--- a/x11-themes/gtk-engines-thinice/files/digest-gtk-engines-thinice-2.0.2-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f2b6e8f4c3ea3710e27a59195f2abc9a gtk-thinice-theme-1.0.4.tar.gz 136407
-MD5 3956787e5e570946f8930bdf42099023 gtk-thinice-engine-2.0.2.tar.gz 177021
diff --git a/x11-themes/gtk-engines-thinice/gtk-engines-thinice-2.0.2-r1.ebuild b/x11-themes/gtk-engines-thinice/gtk-engines-thinice-2.0.2-r1.ebuild
deleted file mode 100644
index fd9d6fba2c7b..000000000000
--- a/x11-themes/gtk-engines-thinice/gtk-engines-thinice-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-thinice/gtk-engines-thinice-2.0.2-r1.ebuild,v 1.15 2004/11/08 18:57:27 vapier Exp $
-
-inherit gtk-engines2
-
-GTK1_VER="1.0.4"
-GTK2_VER="${PV}"
-GTK1_PN=${PN/gtk-engines-thinice/gtk-thinice-theme}
-GTK2_PN=${PN/gtk-engines-thinice/gtk-thinice-engine}
-
-DESCRIPTION="GTK+1 and GTK+2 ThinIce Theme Engine"
-HOMEPAGE="http://thinice.sourceforge.net/"
-SRC_URI="mirror://sourceforge/thinice/${GTK1_PN}-${GTK1_VER}.tar.gz
- mirror://sourceforge/thinice/${GTK2_PN}-${GTK2_VER}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="x86 amd64 hppa sparc alpha ia64 mips ppc arm"
-IUSE=""
-
-GTK1_S=${WORKDIR}/${GTK1_PN}-${GTK1_VER}
-GTK2_S=${WORKDIR}/${GTK2_PN}-${GTK2_VER}
-
-src_unpack() {
- unpack ${A}
- if [ -d "${GTK1_S}" -a "${ARCH}" = "amd64" ]; then
- cd ${GTK1_S}
- aclocal
- autoheader
- WANT_AUTOMAKE=1.4 automake -a -c
- autoconf
- libtoolize -c -f
- fi
-}