diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-11 03:45:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-11 03:45:48 +0000 |
commit | a588c75f4da16733381d5c6825a73dc751d27b13 (patch) | |
tree | 6498cc544ef48f9bf2fcda3da5cf46e8f7d87bab /x11-misc/eosd | |
parent | fix DEPEND (diff) | |
download | historical-a588c75f4da16733381d5c6825a73dc751d27b13.tar.gz historical-a588c75f4da16733381d5c6825a73dc751d27b13.tar.bz2 historical-a588c75f4da16733381d5c6825a73dc751d27b13.zip |
fix DEPEND
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc/eosd')
-rw-r--r-- | x11-misc/eosd/Manifest | 12 | ||||
-rw-r--r-- | x11-misc/eosd/eosd-0.1.0.ebuild | 10 |
2 files changed, 6 insertions, 16 deletions
diff --git a/x11-misc/eosd/Manifest b/x11-misc/eosd/Manifest index 750d98c1e2f5..11ab344a3771 100644 --- a/x11-misc/eosd/Manifest +++ b/x11-misc/eosd/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d2426593f320f80cc1429608c1569dc0 ChangeLog 412 -MD5 177a77db2f26b70158315dc69cbb1b04 eosd-0.1.0.ebuild 636 +MD5 1db0b31f07794b7c45afcda3d35e6e96 eosd-0.1.0.ebuild 633 MD5 87cae94de91c3c8c639e8f0d08c02caa metadata.xml 507 MD5 45b3a5bbe206da11b86b9a9d1d88a3a6 files/digest-eosd-0.1.0 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBTeR8HTu7gpaalycRArvuAKCtH9qseoJbCbgxeYeq4iNR81uZQACcDPTE -o09ydiiptv65Cbbyg4nrCLU= -=6sS5 ------END PGP SIGNATURE----- diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild index 932ff05ac818..7bcdb2b1d0ca 100644 --- a/x11-misc/eosd/eosd-0.1.0.ebuild +++ b/x11-misc/eosd/eosd-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.6 2004/09/19 19:56:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.7 2005/04/11 03:45:48 vapier Exp $ DESCRIPTION="enlightened on-screen display draws anti-aliased text on your screen without creating a visible window" HOMEPAGE="http://code-monkey.de/?eosd" @@ -11,10 +11,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=media-libs/imlib2-1.1.1 - >=x11-libs/ecore-1.0.0_pre7" +DEPEND=">=media-libs/imlib2-1.2.0 + >=x11-libs/ecore-0.9.9" src_install() { - make install DESTDIR=${D} || die + make install DESTDIR="${D}" || die dodoc AUTHORS ChangeLog NEWS README } |