* [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus: oroborus-2.0.20.ebuild ChangeLog
@ 2012-06-04 19:32 Michael Weber (xmw)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-06-04 19:32 UTC (permalink / raw
To: gentoo-commits
xmw 12/06/04 19:32:32
Modified: oroborus-2.0.20.ebuild ChangeLog
Log:
Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-wm/oroborus/oroborus-2.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?r1=1.5&r2=1.6
Index: oroborus-2.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oroborus-2.0.20.ebuild 18 Mar 2012 15:54:59 -0000 1.5
+++ oroborus-2.0.20.ebuild 4 Jun 2012 19:32:32 -0000 1.6
@@ -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 @@
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
}
1.38 x11-wm/oroborus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 18 Mar 2012 15:54:59 -0000 1.37
+++ ChangeLog 4 Jun 2012 19:32:32 -0000 1.38
@@ -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:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus: oroborus-2.0.20.ebuild ChangeLog
@ 2014-08-10 19:59 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 19:59 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 19:59:15
Modified: oroborus-2.0.20.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.7 x11-wm/oroborus/oroborus-2.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild?r1=1.6&r2=1.7
Index: oroborus-2.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oroborus-2.0.20.ebuild 4 Jun 2012 19:32:32 -0000 1.6
+++ oroborus-2.0.20.ebuild 10 Aug 2014 19:59:15 -0000 1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.6 2012/06/04 19:32:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.20.ebuild,v 1.7 2014/08/10 19:59:15 slyfox Exp $
EAPI=4
-DESCRIPTION="Small and fast window manager."
+DESCRIPTION="Small and fast window manager"
HOMEPAGE="http://www.oroborus.org"
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
1.40 x11-wm/oroborus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/oroborus/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 19 Oct 2013 15:27:59 -0000 1.39
+++ ChangeLog 10 Aug 2014 19:59:15 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/oroborus
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.40 2014/08/10 19:59:15 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> oroborus-2.0.20.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -oroborus-2.0.18.ebuild,
metadata.xml:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-11 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 19:59 [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus: oroborus-2.0.20.ebuild ChangeLog Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2012-06-04 19:32 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox