diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 00:06:31 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 00:06:31 +0000 |
commit | 6294a47e7230260432f52d6d270c87ed1fc465dc (patch) | |
tree | 1768c0755b1f8adfbf79cc76d58e78cc6ff5089e /x11-misc/adesklets | |
parent | Added missing xprop to RDEPEND, see bug #122114. (diff) | |
download | gentoo-2-6294a47e7230260432f52d6d270c87ed1fc465dc.tar.gz gentoo-2-6294a47e7230260432f52d6d270c87ed1fc465dc.tar.bz2 gentoo-2-6294a47e7230260432f52d6d270c87ed1fc465dc.zip |
Removed 0.4.10.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/adesklets')
-rw-r--r-- | x11-misc/adesklets/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/adesklets/adesklets-0.4.10.ebuild | 68 | ||||
-rw-r--r-- | x11-misc/adesklets/files/digest-adesklets-0.4.10 | 1 |
3 files changed, 5 insertions, 70 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index a84ebf467931..064757784518 100644 --- a/x11-misc/adesklets/ChangeLog +++ b/x11-misc/adesklets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/adesklets # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.19 2006/02/11 00:03:09 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.20 2006/02/11 00:06:31 nelchael Exp $ + + 11 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -adesklets-0.4.10.ebuild: + Removed 0.4.10. 11 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> adesklets-0.4.10.ebuild, adesklets-0.5.0.ebuild: diff --git a/x11-misc/adesklets/adesklets-0.4.10.ebuild b/x11-misc/adesklets/adesklets-0.4.10.ebuild deleted file mode 100644 index ca200741144a..000000000000 --- a/x11-misc/adesklets/adesklets-0.4.10.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.4.10.ebuild,v 1.4 2006/02/11 00:03:09 nelchael 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 ~ppc" -IUSE="X python" - -RDEPEND="X? ( || ( ( - x11-libs/libX11 - x11-apps/xprop - x11-libs/libXt ) - virtual/x11 ) )" - -DEPEND=">=media-libs/imlib2-1.2.0-r2 - X? ( || ( x11-proto/xproto 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 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.10 b/x11-misc/adesklets/files/digest-adesklets-0.4.10 deleted file mode 100644 index 6239756084f2..000000000000 --- a/x11-misc/adesklets/files/digest-adesklets-0.4.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 4abbfd12b51282deaea91051ad22f08f adesklets-0.4.10.tar.bz2 629194 |