diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-15 06:52:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-15 06:52:28 +0000 |
commit | ddb9d5b52ed20e893e793369e22e240e953a35dc (patch) | |
tree | 48cb6878a0caae5d6fe8419343462a7a49f46a2a /x11-misc/grun | |
parent | Remove redundant maintainer from metadata. (diff) | |
download | gentoo-2-ddb9d5b52ed20e893e793369e22e240e953a35dc.tar.gz gentoo-2-ddb9d5b52ed20e893e793369e22e240e953a35dc.tar.bz2 gentoo-2-ddb9d5b52ed20e893e793369e22e240e953a35dc.zip |
Remove old.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.2-r1.ebuild | 67 |
2 files changed, 4 insertions, 68 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog index 247692d5871b..aee99b556abd 100644 --- a/x11-misc/grun/ChangeLog +++ b/x11-misc/grun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/grun # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.38 2012/12/15 06:50:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.39 2012/12/15 06:52:27 radhermit Exp $ + + 15 Dec 2012; Tim Harder <radhermit@gentoo.org> -grun-0.9.2-r1.ebuild: + Remove old. 15 Dec 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/x11-misc/grun/grun-0.9.2-r1.ebuild b/x11-misc/grun/grun-0.9.2-r1.ebuild deleted file mode 100644 index 4c77f8847388..000000000000 --- a/x11-misc/grun/grun-0.9.2-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2-r1.ebuild,v 1.10 2012/05/05 04:53:41 jdhore Exp $ - -EAPI=2 - -WANT_AUTOMAKE="1.9" - -PATCH_LEVEL=14.1 - -inherit autotools eutils - -DESCRIPTION="a GTK+ application launcher with nice features such as a history" -HOMEPAGE="http://packages.qa.debian.org/g/grun.html" -SRC_URI="mirror://debian/pool/main/g/grun/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/g/grun/${PN}_${PV}-${PATCH_LEVEL}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff - eautoreconf -} - -src_configure() { - [[ -z ${TERM} ]] && TERM=xterm - - econf $(use_enable nls) --disable-gtktest --enable-testfile \ - --enable-associations --with-default-xterm=${TERM} -} - -src_compile() { - emake || die "emake failed." -} - -src_install() { - einstall || die "einstall failed." - dodoc AUTHORS BUGS ChangeLog LANGUAGES NEWS README TODO -} - -pkg_postinst() { - elog "It is recommended to bind grun to a keychain. Fluxbox users can" - elog "do this by appending e.g. the following line to ~/.fluxbox/keys:" - elog - elog "Mod4 r :ExecCommand grun" - elog - elog "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>" - elog - elog "The default system-wide definition file for associating file" - elog "extensions with applications is /usr/share/grun/gassoc, the" - elog "default system-wide definition file for recognized console" - elog "applications is /usr/share/grun/consfile. They can be overridden" - elog "on a per user basis by ~/.gassoc and ~/.consfile respectively." - elog - elog "To change the default terminal application grun uses, adjust the" - elog "TERM environment variable accordingly and remerge grun, e.g." - elog - elog "TERM=Eterm emerge grun" -} |