summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-11 00:07:32 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-11 00:07:32 +0000
commit8443be5070c89b5ced18015b72f53f1a4c7840f6 (patch)
tree4c03815817f337187f7ddfd6cb0d96daf55ed7f9 /x11-misc
parentVersion bump. Includes previous patch and various other fixes, including (diff)
downloadgentoo-2-8443be5070c89b5ced18015b72f53f1a4c7840f6.tar.gz
gentoo-2-8443be5070c89b5ced18015b72f53f1a4c7840f6.tar.bz2
gentoo-2-8443be5070c89b5ced18015b72f53f1a4c7840f6.zip
cut old theme code
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/entrance/entrance-9999.ebuild17
1 files changed, 1 insertions, 16 deletions
diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild
index 55fa80bdda87..6b11271b9972 100644
--- a/x11-misc/entrance/entrance-9999.ebuild
+++ b/x11-misc/entrance/entrance-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.9 2006/08/10 23:47:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.10 2006/08/11 00:07:32 vapier Exp $
inherit enlightenment eutils
@@ -9,7 +9,6 @@ HOMEPAGE="http://xcomputerman.com/pages/entrance.html"
SRC_URI="${SRC_URI}
mirror://gentoo/extraicons-1.tar.bz2
http://wh0rd.de/gentoo/distfiles/extraicons-1.tar.bz2"
-# http://www.atmos.org/files/gentooed-src.tar.gz"
IUSE="pam"
@@ -23,20 +22,6 @@ RDEPEND="|| ( x11-libs/libXau virtual/x11 )
DEPEND="${RDEPEND}
|| ( x11-libs/libXt virtual/x11 )"
-src_unpack() {
- enlightenment_src_unpack
- if [ -d gentooed ] ; then
- mv gentooed "${S}"/data/themes/
- cd "${S}"/data/themes
- sed -i '/^SUBDIRS/s:$: gentooed:' Makefile.am
- cp default/{Makefile.am,build_theme.sh} gentooed/
- cd gentooed
- ln -s images img
- sed -i 's:default:gentooed:g' Makefile.am build_theme.sh
- sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' "${S}"/configure.in
- fi
-}
-
src_compile() {
if use pam ; then
export MY_ECONF="--with-auth-mode=pam"