summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-05-31 23:06:49 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-05-31 23:06:49 +0000
commit6a552a8a979ecfd5c25b77ad9a0c57fddb252454 (patch)
tree40013a41d21c2a44c343a3929ce4a7065bb7671d /x11-misc/xsimpsons/xsimpsons-0.1.ebuild
parentInitial ebuild, thanks to Cedric Krier. (diff)
downloadgentoo-2-6a552a8a979ecfd5c25b77ad9a0c57fddb252454.tar.gz
gentoo-2-6a552a8a979ecfd5c25b77ad9a0c57fddb252454.tar.bz2
gentoo-2-6a552a8a979ecfd5c25b77ad9a0c57fddb252454.zip
amd64 stable and install docs
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xsimpsons/xsimpsons-0.1.ebuild')
-rw-r--r--x11-misc/xsimpsons/xsimpsons-0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild
index 8f152ef3ced6..e083dcdeda69 100644
--- a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild
+++ b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.11 2008/02/05 17:11:43 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.12 2008/05/31 23:06:49 coldwind Exp $
DESCRIPTION="The Simpsons walking along the tops of your windows."
HOMEPAGE="http://netzverschmutzer.net/~sbeyer/programming/projects/?dir=extensions#xpenguins"
@@ -8,7 +8,7 @@ SRC_URI="http://netzverschmutzer.net/~sbeyer/programming/projects/extensions/xpe
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="x11-libs/libX11
@@ -25,4 +25,5 @@ src_compile() {
src_install() {
dobin xsimpsons || die "dobin failed"
+ dodoc AUTHORS README
}