summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-13 23:00:57 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-13 23:00:57 +0000
commit2059017fb89e5bc0206edab671708551958326a0 (patch)
tree993eb5e0208237afc2cd37c809ada038556ff534 /x11-misc/e16keyedit/e16keyedit-0.2.ebuild
parentinitial release of linux32 tool (diff)
downloadgentoo-2-2059017fb89e5bc0206edab671708551958326a0.tar.gz
gentoo-2-2059017fb89e5bc0206edab671708551958326a0.tar.bz2
gentoo-2-2059017fb89e5bc0206edab671708551958326a0.zip
update SRC_URI #24420
Diffstat (limited to 'x11-misc/e16keyedit/e16keyedit-0.2.ebuild')
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.2.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
index e0e5ff2d1a36..07cb8c7ee54a 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
@@ -1,27 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.10 2003/02/13 17:12:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.11 2003/07/13 23:00:53 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Key binding editor for enlightenment 16"
-SRC_URI="ftp://ftp.enlightenment.org/enlightenment/e16utils/${P}.tar.gz"
-HOMEPAGE="http://www.enlightenment.org"
+SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz"
+HOMEPAGE="http://www.enlightenment.org/"
+
LICENSE="as-is"
-DEPEND="virtual/x11
- >=x11-wm/enlightenment-0.16"
SLOT="0"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc"
-#RDEPEND=""
+DEPEND="virtual/x11
+ >=x11-wm/enlightenment-0.16"
src_compile() {
-
emake || die
}
-src_install () {
-
+src_install() {
dobin e16keyedit
dodoc README COPYING ChangeLog AUTHORS
}
-