diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-22 11:59:57 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-22 11:59:57 +0000 |
commit | 8ae2eaf16888a9c60692607b30595b3cd7c2a69c (patch) | |
tree | 182e1f1ece5628c13b546d9537af5e42c440e674 /x11-misc/adesklets | |
parent | fixed bug #86065 (diff) | |
download | gentoo-2-8ae2eaf16888a9c60692607b30595b3cd7c2a69c.tar.gz gentoo-2-8ae2eaf16888a9c60692607b30595b3cd7c2a69c.tar.bz2 gentoo-2-8ae2eaf16888a9c60692607b30595b3cd7c2a69c.zip |
Removed older version, see bug #85980
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/adesklets')
-rw-r--r-- | x11-misc/adesklets/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/adesklets/adesklets-0.4.5.ebuild | 64 | ||||
-rw-r--r-- | x11-misc/adesklets/files/digest-adesklets-0.4.5 | 1 |
3 files changed, 5 insertions, 66 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index 379f86a7e572..676a952a555e 100644 --- a/x11-misc/adesklets/ChangeLog +++ b/x11-misc/adesklets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/adesklets # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.4 2005/03/21 08:26:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.5 2005/03/22 11:59:57 s4t4n Exp $ + + 22 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.4.5.ebuild: + Removed older version, leaving only latest (all-arch masked) version, as + author requested in bug #85980,,, *adesklets-0.4.6 (21 Mar 2005) diff --git a/x11-misc/adesklets/adesklets-0.4.5.ebuild b/x11-misc/adesklets/adesklets-0.4.5.ebuild deleted file mode 100644 index 579e904e6581..000000000000 --- a/x11-misc/adesklets/adesklets-0.4.5.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.4.5.ebuild,v 1.2 2005/03/21 08:26:04 s4t4n Exp $ - -DESCRIPTION="An interactive Imlib2 console for the X Window system" -HOMEPAGE="http://adesklets.sf.net/" -SRC_URI="mirror://sourceforge/adesklets/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" -IUSE="X python" - -DEPEND="virtual/libc - >=sys-libs/readline-4.3-r5 - >=media-libs/imlib2-1.2.0-r2 - X? (virtual/x11) - python? (>=dev-lang/python-2.3.4-r1)" - -src_compile() -{ - local myconf="" - - use X || myconf="--without-x" - use python || myconf="${myconf} --without-python-support" - - econf ${myconf} || die - emake || die -} - -src_install() -{ - make DESTDIR=${D} install || die - doinfo doc/adesklets_en.info doc/adesklets_fr.info - doman doc/adesklets.1 - dodoc ChangeLog INSTALL NEWS TODO AUTHORS - dohtml -r doc/html/* -} - -pkg_postinst() -{ - use X || - { - ewarn "You did not install the X Window support for ${P}" - ewarn "If you intend to use it to display desklets, this" - ewarn "is a mistake." - ewarn - ewarn "Type USE=\"X\" emerge adesklets to correct this." - ewarn - einfo "Please also note that if it is what you intended" - einfo "to do, you need also to install imlib2 without" - einfo "X support to effectively remove all dependencies." - einfo - } - - use python || - { - ewarn "You did not install the python bindings for ${P}" - ewarn "If you intend to use it to display desklets, this" - ewarn "is most probably an error." - ewarn - ewarn "Type USE=\"python\" emerge adesklets to correct this." - } -} diff --git a/x11-misc/adesklets/files/digest-adesklets-0.4.5 b/x11-misc/adesklets/files/digest-adesklets-0.4.5 deleted file mode 100644 index a3ad7dc8daf1..000000000000 --- a/x11-misc/adesklets/files/digest-adesklets-0.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 4daaa9ce3aec8ba696db20e08bb29851 adesklets-0.4.5.tar.bz2 528613 |