summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-04 19:32:32 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-04 19:32:32 +0000
commitea5c3f22c4fe8df8ea0f4a95b3b31f2e4d3c432f (patch)
tree16e17959da2f71ed93b0618e30d3323be85efcfe /x11-wm
parentStable for amd64, wrt bug #419225 (diff)
downloadgentoo-2-ea5c3f22c4fe8df8ea0f4a95b3b31f2e4d3c432f.tar.gz
gentoo-2-ea5c3f22c4fe8df8ea0f4a95b3b31f2e4d3c432f.tar.bz2
gentoo-2-ea5c3f22c4fe8df8ea0f4a95b3b31f2e4d3c432f.zip
Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/oroborus/ChangeLog5
-rw-r--r--x11-wm/oroborus/oroborus-2.0.20.ebuild13
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog
index 3a7db65ed8fb..2a9ccd3230b3 100644
--- a/x11-wm/oroborus/ChangeLog
+++ b/x11-wm/oroborus/ChangeLog
@@ -1,6 +1,9 @@
# 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.37 2012/03/18 15:54:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.38 2012/06/04 19:32:32 xmw Exp $
+
+ 04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-2.0.20.ebuild:
+ Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> oroborus-2.0.18.ebuild,
oroborus-2.0.20.ebuild:
diff --git a/x11-wm/oroborus/oroborus-2.0.20.ebuild b/x11-wm/oroborus/oroborus-2.0.20.ebuild
index a0d285d3c47c..48d66afebd2d 100644
--- a/x11-wm/oroborus/oroborus-2.0.20.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.20.ebuild
@@ -1,10 +1,12 @@
# 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.20.ebuild,v 1.5 2012/03/18 15:54:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild,v 1.6 2012/06/04 19:32:32 xmw Exp $
+
+EAPI=4
DESCRIPTION="Small and fast window manager."
HOMEPAGE="http://www.oroborus.org"
-SRC_URI="http://ftp.debian.org/debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
+SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -20,18 +22,17 @@ DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto"
-src_compile() {
+src_configure() {
econf --disable-dependency-tracking
- emake || die "emake failed."
}
src_install () {
- emake DESTDIR="${D}" install || die "emake install failed."
+ emake DESTDIR="${D}" install
if use gnome; then
insinto /usr/share/gnome/wm-properties
doins "${FILESDIR}"/${PN}.desktop
fi
- dodoc AUTHORS ChangeLog example.${PN}rc README TODO || die
+ dodoc AUTHORS ChangeLog example.${PN}rc README TODO
}