* [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus: ChangeLog oroborus-2.0.18.ebuild oroborus-2.0.13.ebuild oroborus-2.0.7.ebuild oroborus-2.0.4-r1.ebuild oroborus-2.0.9.ebuild
@ 2008-05-21 17:03 Samuli Suominen (drac)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-05-21 17:03 UTC (permalink / raw
To: gentoo-commits
drac 08/05/21 17:03:43
Modified: ChangeLog oroborus-2.0.18.ebuild
Removed: oroborus-2.0.13.ebuild oroborus-2.0.7.ebuild
oroborus-2.0.4-r1.ebuild oroborus-2.0.9.ebuild
Log:
Convert to using autotools.eclass, econf, emake and DESTDIR.
(Portage version: 2.1.5)
Revision Changes Path
1.32 x11-wm/oroborus/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 23 Nov 2007 12:39:38 -0000 1.31
+++ ChangeLog 21 May 2008 17:03:43 -0000 1.32
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/oroborus
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.31 2007/11/23 12:39:38 cla Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.32 2008/05/21 17:03:43 drac Exp $
+
+ 21 May 2008; Samuli Suominen <drac@gentoo.org> -oroborus-2.0.4-r1.ebuild,
+ -oroborus-2.0.7.ebuild, -oroborus-2.0.9.ebuild, -oroborus-2.0.13.ebuild,
+ oroborus-2.0.18.ebuild:
+ Convert to using autotools.eclass, econf, emake and DESTDIR.
23 Nov 2007; Dawid Węgliński <cla@gentoo.org> oroborus-2.0.18.ebuild:
Stable on x86
1.9 x11-wm/oroborus/oroborus-2.0.18.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild?r1=1.8&r2=1.9
Index: oroborus-2.0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- oroborus-2.0.18.ebuild 23 Nov 2007 12:50:44 -0000 1.8
+++ oroborus-2.0.18.ebuild 21 May 2008 17:03:43 -0000 1.9
@@ -1,46 +1,45 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8 2007/11/23 12:50:44 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.18.ebuild,v 1.9 2008/05/21 17:03:43 drac Exp $
+
+inherit autotools
DESCRIPTION="Small and fast window manager."
-HOMEPAGE="http://www.oroborus.org/"
+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 sparc x86"
IUSE="gnome"
-RDEPEND="x11-libs/libXxf86vm
- x11-libs/libXpm"
+RDEPEND="x11-libs/libXpm
+ x11-libs/libXext
+ x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libX11"
DEPEND="${RDEPEND}
- x11-proto/xf86vidmodeproto
+ x11-proto/xproto
x11-proto/xextproto"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ eautoreconf
+}
+
src_compile() {
- aclocal
- autoheader
- automake --add-missing
- autoconf
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/X11/oroborus \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die
- emake || die
+ econf --disable-dependency-tracking
+ emake || die "emake failed."
}
src_install () {
- make prefix="${D}"/usr \
- sysconfdir="${D}"/etc/X11/oroborus \
- infodir="${D}"/usr/share/info \
- mandir="${D}"/usr/share/man \
- install || die
+ emake DESTDIR="${D}" install || die "emake install failed."
- if use gnome ; then
+ if use gnome; then
insinto /usr/share/gnome/wm-properties
- doins "${FILESDIR}"/oroborus.desktop
+ doins "${FILESDIR}"/${PN}.desktop
fi
- dodoc README INSTALL ChangeLog TODO AUTHORS example.oroborusrc
+ dodoc AUTHORS ChangeLog example.${PN}rc README TODO
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-21 17:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 17:03 [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus: ChangeLog oroborus-2.0.18.ebuild oroborus-2.0.13.ebuild oroborus-2.0.7.ebuild oroborus-2.0.4-r1.ebuild oroborus-2.0.9.ebuild Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox