diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | a23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch) | |
tree | a59de918c9f78531948ecaa2424d4fff769dab79 /x11-misc/eosd | |
parent | Numerous small fixes, see ChangeLogs for details. (diff) | |
download | historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2 historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/eosd')
-rw-r--r-- | x11-misc/eosd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/eosd/eosd-0.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/eosd/ChangeLog b/x11-misc/eosd/ChangeLog index 50483bc9a1fc..c4efe335a195 100644 --- a/x11-misc/eosd/ChangeLog +++ b/x11-misc/eosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/eosd -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/ChangeLog,v 1.1 2003/10/14 03:09:22 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/ChangeLog,v 1.2 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> eosd-0.1.0.ebuild: + Added IUSE= *eosd-0.1.0 (13 Oct 2003) diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild index b68f8a6be314..29b5b7f7f295 100644 --- a/x11-misc/eosd/eosd-0.1.0.ebuild +++ b/x11-misc/eosd/eosd-0.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.1 2003/10/14 03:09:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="enlightened on-screen display draws anti-aliased text on your screen without creating a visible window" HOMEPAGE="http://code-monkey.de/index.php?eosd" SRC_URI="http://www.code-monkey.de/data/eosd/${P}.tar.gz" - +IUSE="" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" |