diff options
author | 2007-07-20 07:58:17 +0000 | |
---|---|---|
committer | 2007-07-20 07:58:17 +0000 | |
commit | a0c167858b368a23766763a3b10b05438d45a036 (patch) | |
tree | bb64a4ebb326acba6d010d0c56ee2de1ecf3ee9a /x11-misc/adesklets | |
parent | Stable on ppc wrt bug 185686 (diff) | |
download | gentoo-2-a0c167858b368a23766763a3b10b05438d45a036.tar.gz gentoo-2-a0c167858b368a23766763a3b10b05438d45a036.tar.bz2 gentoo-2-a0c167858b368a23766763a3b10b05438d45a036.zip |
Wiped out previous revision, closes bug 185484.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/adesklets')
-rw-r--r-- | x11-misc/adesklets/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/adesklets/adesklets-0.6.1.ebuild | 118 | ||||
-rw-r--r-- | x11-misc/adesklets/files/digest-adesklets-0.6.1 | 3 |
3 files changed, 4 insertions, 122 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index adfd6047cedc..2bb6fa81bfcd 100644 --- a/x11-misc/adesklets/ChangeLog +++ b/x11-misc/adesklets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/adesklets # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.37 2007/04/08 21:32:07 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.38 2007/07/20 07:58:17 s4t4n Exp $ + + 20 Jul 2007; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.6.1.ebuild: + Wiped out older revision; closes bug 185484. 08 Apr 2007; Peter Weller <welp@gentoo.org> adesklets-0.6.1-r1.ebuild: Stable on amd64 wrt bug 167418 diff --git a/x11-misc/adesklets/adesklets-0.6.1.ebuild b/x11-misc/adesklets/adesklets-0.6.1.ebuild deleted file mode 100644 index fc3a04767608..000000000000 --- a/x11-misc/adesklets/adesklets-0.6.1.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.6.1.ebuild,v 1.9 2007/01/07 08:19:19 s4t4n Exp $ - -inherit eutils perl-module - -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="amd64 ~ppc ~sparc x86" -IUSE="X python perl debug ctrlmenu" - -RDEPEND="X? ( || ( ( - x11-libs/libX11 - x11-apps/xprop - x11-libs/libXt ) - virtual/x11 ) - python? ( >=dev-lang/python-2.4.3-r1 ) - perl? ( >=dev-lang/perl-5.8.2 ) - >=media-libs/imlib2-1.2.0-r2 - >=x11-apps/xwininfo-1.0.2 ) - >=sys-apps/sed-4.1.4-r1 - >=sys-apps/coreutils-5.94-r1 - <media-libs/fontconfig-2.4 - >=sys-process/procps-3.2.6" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20 - X? ( || ( x11-proto/xproto virtual/x11 ) )" - -src_unpack() -{ - unpack ${A} - cd ${S} - - #Fix for bug #123538: control context menu fix - epatch ${FILESDIR}/${PN}-ctrlmenu.patch - - #Fix for bug #131813: linker flags ordering - epatch ${FILESDIR}/${P}-fix-as-needed.patch - - # when performing minor changes to src/adesklets.c or src/commands.c, - # touching these files will avoid unneeded processing - touch scripting/enums scripting/prototypes -} - -src_compile() -{ - local myconf="" - - use X || myconf="--without-x" - use python || myconf="${myconf} --without-python-support" - use perl || myconf="${myconf} --without-perl-support" - myconf="${myconf} $(use_enable debug)" - use ctrlmenu && myconf="--enable-control-on-context-menu" - - econf ${myconf} || die - emake || die -} - -src_install() -{ - dodir usr/share/info - dodir usr/share/man/man1 - make DESTDIR=${D} install || die - doinfo doc/*.info || die "info page installation failed" - doman doc/*.1 || die "man page installation failed" - dodoc ChangeLog NEWS TODO AUTHORS - use debug && - { - echo 'ADESKLETS_LOG="~/adesklets_log"' > 70adesklets - doenvd 70adesklets - } - - # Fix for bug #142169 - use perl && fixlocalpod -} - -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." - echo - ewarn "Type USE=\"X\" emerge adesklets to correct this." - echo - 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." - echo - } - - 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." - echo - ewarn "Type USE=\"python\" emerge adesklets to correct this." - echo - } - - use debug && - { - ewarn "You installed a debug build. Make sure you do:" - echo - ewarn "source /etc/profile" - echo - ewarn "If you want to use adesklets from your already" - ewarn "opened sessions. The sessions log are automatically" - ewarn "saved to /tmp/adesklets_log.pid*." - } -} diff --git a/x11-misc/adesklets/files/digest-adesklets-0.6.1 b/x11-misc/adesklets/files/digest-adesklets-0.6.1 deleted file mode 100644 index a7aa89b2fdbb..000000000000 --- a/x11-misc/adesklets/files/digest-adesklets-0.6.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cd390c9398449c5566033e2e4792bccb adesklets-0.6.1.tar.bz2 387553 -RMD160 65cca6fe53f23f029c74cb101022e4481ee114d0 adesklets-0.6.1.tar.bz2 387553 -SHA256 9998e240715c34b5d4c8b31b5ed1fef38262a39fad08fa65be0b58a47eccc3c2 adesklets-0.6.1.tar.bz2 387553 |