diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
commit | 225e4fda43b089d25e18d701b80d829975aacdc2 (patch) | |
tree | 8c69a6b3aa652c82d16efe2acf4b6c8c1e7f8b93 /x11-wm/ion | |
parent | typo (diff) | |
download | gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.gz gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.bz2 gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-wm/ion')
-rw-r--r-- | x11-wm/ion/ion-20011109-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/ion/ion-20011109.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/ion/ion-20020207.ebuild | 3 |
3 files changed, 11 insertions, 2 deletions
diff --git a/x11-wm/ion/ion-20011109-r1.ebuild b/x11-wm/ion/ion-20011109-r1.ebuild index c5c5aca364a6..d5a2ab49a120 100644 --- a/x11-wm/ion/ion-20011109-r1.ebuild +++ b/x11-wm/ion/ion-20011109-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Damon Conway <kabau@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20011109-r1.ebuild,v 1.1 2001/12/14 00:18:33 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20011109-r1.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A keyboard-based window manager" @@ -9,6 +9,9 @@ SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz" HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/" DEPEND="virtual/glibc" RDEPEND="virtual/x11" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" src_compile() { cd ${S} diff --git a/x11-wm/ion/ion-20011109.ebuild b/x11-wm/ion/ion-20011109.ebuild index 2956e1243068..748c8655033a 100644 --- a/x11-wm/ion/ion-20011109.ebuild +++ b/x11-wm/ion/ion-20011109.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Damon Conway <kabau@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20011109.ebuild,v 1.1 2001/12/12 15:35:59 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20011109.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A keyboard-based window manager" @@ -9,6 +9,9 @@ SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz" HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/" DEPEND="virtual/glibc" RDEPEND="virtual/x11" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" src_compile() { cd ${S} diff --git a/x11-wm/ion/ion-20020207.ebuild b/x11-wm/ion/ion-20020207.ebuild index 9d0d64811e3d..11b96823bc35 100644 --- a/x11-wm/ion/ion-20020207.ebuild +++ b/x11-wm/ion/ion-20020207.ebuild @@ -8,6 +8,9 @@ SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz" HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/" DEPEND="virtual/glibc" RDEPEND="virtual/x11" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" src_compile() { cd ${S} |