diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:04:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:04:06 +0000 |
commit | e20677f95526c0867be975668e9a140e2a7d3f03 (patch) | |
tree | 73ed96daa22305624ac77ec7726baaa5cc409f42 | |
parent | Cleanup due desktop-wm removal (diff) | |
download | gentoo-2-e20677f95526c0867be975668e9a140e2a7d3f03.tar.gz gentoo-2-e20677f95526c0867be975668e9a140e2a7d3f03.tar.bz2 gentoo-2-e20677f95526c0867be975668e9a140e2a7d3f03.zip |
Cleanup due desktop-wm removal
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | x11-misc/bbrun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.6.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/bbrun/metadata.xml | 2 |
3 files changed, 6 insertions, 39 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index f92181d51226..8c11d731a99a 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbrun -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.30 2012/05/05 04:53:48 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.31 2013/10/19 15:04:06 pacho Exp $ + + 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -bbrun-1.6.ebuild, metadata.xml: + Cleanup due desktop-wm removal 05 May 2012; Jeff Horelick <jdhore@gentoo.org> bbrun-1.6.ebuild, bbrun-1.6-r1.ebuild: diff --git a/x11-misc/bbrun/bbrun-1.6.ebuild b/x11-misc/bbrun/bbrun-1.6.ebuild deleted file mode 100644 index 358dc93fbb28..000000000000 --- a/x11-misc/bbrun/bbrun-1.6.ebuild +++ /dev/null @@ -1,36 +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/bbrun/bbrun-1.6.ebuild,v 1.11 2012/05/05 04:53:48 jdhore Exp $ - -EAPI=3 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="blackbox program execution dialog box" -HOMEPAGE="http://www.darkops.net/bbrun" -SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - x11-libs/libXpm - virtual/pkgconfig" - -S=${WORKDIR}/${P}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-respectflags.patch -} - -src_compile() { - emake CC="$(tc-getCC)" \ - LIBDIR="-L/usr/$(get_libdir)" || die "emake failed." -} - -src_install () { - dobin ${PN} || die - dodoc ../{Changelog,README} || die -} diff --git a/x11-misc/bbrun/metadata.xml b/x11-misc/bbrun/metadata.xml index ef44843184bb..4538a68724a6 100644 --- a/x11-misc/bbrun/metadata.xml +++ b/x11-misc/bbrun/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-wm</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> |