diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-20 01:30:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-20 01:30:37 +0000 |
commit | d2252c83ca09394f106782907003cb336ea33766 (patch) | |
tree | 591742e6ab110ab980230a677e7b03253694c742 /eclass/enlightenment.eclass | |
parent | man page fix (diff) | |
download | historical-d2252c83ca09394f106782907003cb336ea33766.tar.gz historical-d2252c83ca09394f106782907003cb336ea33766.tar.bz2 historical-d2252c83ca09394f106782907003cb336ea33766.zip |
wh0rd.de is no longer available ;(
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 9b1545c4f84e..27ccc540d924 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.7 2003/12/02 02:54:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.8 2004/01/20 01:30:37 vapier Exp $ # # Author: vapier@gentoo.org @@ -11,8 +11,8 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst DESCRIPTION="A DR17 production" HOMEPAGE="http://www.enlightenment.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://wh0rd.de/gentoo/distfiles/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +# http://wh0rd.de/gentoo/distfiles/${P}.tar.bz2" LICENSE="as-is" SLOT="0" |