summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-12 22:08:55 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-12 22:08:55 +0000
commit84f216d49a767b8788ab5239fdc5ecf7aaaa4d64 (patch)
tree69c64d7d047b49300a4a80b841367fa4a70ef495 /x11-misc/e16keyedit
parentold (diff)
downloadhistorical-84f216d49a767b8788ab5239fdc5ecf7aaaa4d64.tar.gz
historical-84f216d49a767b8788ab5239fdc5ecf7aaaa4d64.tar.bz2
historical-84f216d49a767b8788ab5239fdc5ecf7aaaa4d64.zip
move to stable
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r--x11-misc/e16keyedit/Manifest12
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.2.ebuild10
2 files changed, 16 insertions, 6 deletions
diff --git a/x11-misc/e16keyedit/Manifest b/x11-misc/e16keyedit/Manifest
index 3475ffaa9b72..74fd9e10c34a 100644
--- a/x11-misc/e16keyedit/Manifest
+++ b/x11-misc/e16keyedit/Manifest
@@ -1,5 +1,15 @@
-MD5 626f258274e526a714953e96449c7d7e e16keyedit-0.2.ebuild 818
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 1a1c205fc1146129e8e39a0448f9bd44 ChangeLog 1121
+MD5 7d9c0c1ef427af51607b9b35c637a1ca e16keyedit-0.2.ebuild 816
MD5 175916d9e9e852e45c2f8ec582271334 metadata.xml 361
MD5 d10f74af2710f0521ee3a7517c12846e files/0.2-fullscreen.patch 299
MD5 e4fb0f5f2674af735726419c98e7b590 files/digest-e16keyedit-0.2 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFA8wwNHTu7gpaalycRAoY6AJ9xkiIwXHQ7z1X9fQIJ2lJdxT3jMwCeNgid
+dsZbnxnyHpl6GvRIfnIobUs=
+=7fd0
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
index 7eba09bef505..e20885d4394e 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.19 2004/07/04 19:09:13 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.20 2004/07/12 22:08:55 vapier Exp $
inherit eutils
DESCRIPTION="Key binding editor for enlightenment 16"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz"
-IUSE=""
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
+KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
DEPEND="virtual/x11
>=x11-wm/enlightenment-0.16
@@ -30,6 +30,6 @@ src_compile() {
}
src_install() {
- dobin e16keyedit
- dodoc README COPYING ChangeLog AUTHORS
+ dobin e16keyedit || die
+ dodoc README ChangeLog AUTHORS
}