diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:27:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:27:59 +0000 |
commit | 19ea7f2ee31eaa617434e14c20fe8f183446c95a (patch) | |
tree | dd2441cca572aebd62957bd9465e442c53e3c8cc /x11-wm | |
parent | Cleanup due desktop-wm removal (diff) | |
download | gentoo-2-19ea7f2ee31eaa617434e14c20fe8f183446c95a.tar.gz gentoo-2-19ea7f2ee31eaa617434e14c20fe8f183446c95a.tar.bz2 gentoo-2-19ea7f2ee31eaa617434e14c20fe8f183446c95a.zip |
Cleanup due desktop-wm removal
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/oroborus/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/oroborus/metadata.xml | 2 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.18.ebuild | 45 |
3 files changed, 7 insertions, 48 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog index 2a9ccd3230b3..2186e636e855 100644 --- a/x11-wm/oroborus/ChangeLog +++ b/x11-wm/oroborus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/oroborus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.38 2012/06/04 19:32:32 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.39 2013/10/19 15:27:59 pacho Exp $ + + 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -oroborus-2.0.18.ebuild, + metadata.xml: + Cleanup due desktop-wm removal 04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-2.0.20.ebuild: Fix SRC_URI, EAPI-4 (reported by df, bug 416129) diff --git a/x11-wm/oroborus/metadata.xml b/x11-wm/oroborus/metadata.xml index bf74d0a4e168..70fd2c65caec 100644 --- a/x11-wm/oroborus/metadata.xml +++ b/x11-wm/oroborus/metadata.xml @@ -1,7 +1,7 @@ <?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> <longdescription> Oroborus is a small and simple but configurable and themeable window manager. There is no fancy dock, clip, wharf, or root menu - these diff --git a/x11-wm/oroborus/oroborus-2.0.18.ebuild b/x11-wm/oroborus/oroborus-2.0.18.ebuild deleted file mode 100644 index 1fc9bc1e501d..000000000000 --- a/x11-wm/oroborus/oroborus-2.0.18.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild,v 1.10 2012/03/18 15:54:59 armin76 Exp $ - -inherit autotools - -DESCRIPTION="Small and fast window manager." -HOMEPAGE="http://www.oroborus.org" -SRC_URI="http://www.oroborus.org/debian/dists/sid/main/source/x11/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="gnome" - -RDEPEND="x11-libs/libXpm - x11-libs/libXext - x11-libs/libSM - x11-libs/libICE - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_unpack() { - unpack ${A} - cd "${S}" - eautoreconf -} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed." -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed." - - if use gnome; then - insinto /usr/share/gnome/wm-properties - doins "${FILESDIR}"/${PN}.desktop - fi - - dodoc AUTHORS ChangeLog example.${PN}rc README TODO -} |