* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild
@ 2009-01-22 18:12 Tristan Heaven (nyhm)
0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-01-22 18:12 UTC (permalink / raw
To: gentoo-commits
nyhm 09/01/22 18:12:53
Modified: ChangeLog
Added: revelation-0.4.11-r2.ebuild
Log:
Depend on the split gnome-python packages, bug #248786; respect CFLAGS/LDFLAGS
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.12 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 5 Oct 2008 23:16:42 -0000 1.11
+++ ChangeLog 22 Jan 2009 18:12:53 -0000 1.12
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/revelation
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.11 2008/10/05 23:16:42 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.12 2009/01/22 18:12:53 nyhm Exp $
+
+*revelation-0.4.11-r2 (22 Jan 2009)
+
+ 22 Jan 2009; Tristan Heaven <nyhm@gentoo.org>
+ +files/revelation-0.4.11-build.patch, +revelation-0.4.11-r2.ebuild:
+ Depend on the split gnome-python packages, bug #248786; respect
+ CFLAGS/LDFLAGS
*revelation-0.4.11-r1 (05 Oct 2008)
1.1 x11-misc/revelation/revelation-0.4.11-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.1&content-type=text/plain
Index: revelation-0.4.11-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.1 2009/01/22 18:12:53 nyhm Exp $
inherit autotools eutils multilib python gnome2
DESCRIPTION="A password manager for GNOME"
HOMEPAGE="http://oss.codepoet.no/revelation/"
SRC_URI="ftp://oss.codepoet.no/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-python/pygtk
dev-python/pycrypto
dev-python/gnome-applets-python
dev-python/gconf-python
dev-python/gnome-vfs-python
dev-python/libbonobo-python
dev-python/libgnome-python
sys-libs/cracklib"
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_unpack() {
gnome2_src_unpack
ln -sf $(type -P true) py-compile
epatch \
"${FILESDIR}"/${P}-list-index.patch \
"${FILESDIR}"/${P}-build.patch
eautoreconf
}
src_compile() {
gnome2_src_compile \
--disable-dependency-tracking \
--disable-desktop-update \
--disable-mime-update
}
pkg_postinst() {
gnome2_pkg_postinst
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild
@ 2009-03-12 8:14 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-03-12 8:14 UTC (permalink / raw
To: gentoo-commits
fauli 09/03/12 08:14:28
Modified: ChangeLog revelation-0.4.11-r2.ebuild
Log:
RESTRICT=test because of bad usage of intltool and add explicit RDEPEND
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.13 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 22 Jan 2009 18:12:53 -0000 1.12
+++ ChangeLog 12 Mar 2009 08:14:28 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.12 2009/01/22 18:12:53 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.13 2009/03/12 08:14:28 fauli Exp $
+
+ 12 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+ revelation-0.4.11-r2.ebuild:
+ RESTRICT=test because of bad usage of intltool and add explicit RDEPEND
*revelation-0.4.11-r2 (22 Jan 2009)
1.2 x11-misc/revelation/revelation-0.4.11-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.1&r2=1.2
Index: revelation-0.4.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- revelation-0.4.11-r2.ebuild 22 Jan 2009 18:12:53 -0000 1.1
+++ revelation-0.4.11-r2.ebuild 12 Mar 2009 08:14:28 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.1 2009/01/22 18:12:53 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.2 2009/03/12 08:14:28 fauli Exp $
inherit autotools eutils multilib python gnome2
@@ -13,6 +13,8 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+RESTRICT=test
+
DEPEND="dev-python/pygtk
dev-python/pycrypto
dev-python/gnome-applets-python
@@ -21,6 +23,7 @@
dev-python/libbonobo-python
dev-python/libgnome-python
sys-libs/cracklib"
+RDEPEND="${DEPEND}"
DOCS="AUTHORS ChangeLog NEWS README TODO"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild
@ 2009-03-12 8:17 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-03-12 8:17 UTC (permalink / raw
To: gentoo-commits
fauli 09/03/12 08:17:22
Modified: ChangeLog revelation-0.4.11-r2.ebuild
Log:
stable x86, bug 260038
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.14 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 12 Mar 2009 08:14:28 -0000 1.13
+++ ChangeLog 12 Mar 2009 08:17:22 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.13 2009/03/12 08:14:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.14 2009/03/12 08:17:22 fauli Exp $
+
+ 12 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+ revelation-0.4.11-r2.ebuild:
+ stable x86, bug 260038
12 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
revelation-0.4.11-r2.ebuild:
1.3 x11-misc/revelation/revelation-0.4.11-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.2&r2=1.3
Index: revelation-0.4.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- revelation-0.4.11-r2.ebuild 12 Mar 2009 08:14:28 -0000 1.2
+++ revelation-0.4.11-r2.ebuild 12 Mar 2009 08:17:22 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.2 2009/03/12 08:14:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.3 2009/03/12 08:17:22 fauli Exp $
inherit autotools eutils multilib python gnome2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RESTRICT=test
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild
@ 2009-03-20 3:05 Joseph Jezak (josejx)
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2009-03-20 3:05 UTC (permalink / raw
To: gentoo-commits
josejx 09/03/20 03:05:39
Modified: ChangeLog revelation-0.4.11-r2.ebuild
Log:
Marked ppc stable for bug #260038.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.15 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 12 Mar 2009 08:17:22 -0000 1.14
+++ ChangeLog 20 Mar 2009 03:05:39 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.14 2009/03/12 08:17:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.15 2009/03/20 03:05:39 josejx Exp $
+
+ 20 Mar 2009; Joseph Jezak <josejx@gentoo.org> revelation-0.4.11-r2.ebuild:
+ Marked ppc stable for bug #260038.
12 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
revelation-0.4.11-r2.ebuild:
1.4 x11-misc/revelation/revelation-0.4.11-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.3&r2=1.4
Index: revelation-0.4.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- revelation-0.4.11-r2.ebuild 12 Mar 2009 08:17:22 -0000 1.3
+++ revelation-0.4.11-r2.ebuild 20 Mar 2009 03:05:39 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.3 2009/03/12 08:17:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.4 2009/03/20 03:05:39 josejx Exp $
inherit autotools eutils multilib python gnome2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RESTRICT=test
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild
@ 2009-04-22 19:48 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-04-22 19:48 UTC (permalink / raw
To: gentoo-commits
maekke 09/04/22 19:48:52
Modified: ChangeLog revelation-0.4.11-r2.ebuild
Log:
amd64 stable, bug #260038
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.16 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 20 Mar 2009 03:05:39 -0000 1.15
+++ ChangeLog 22 Apr 2009 19:48:52 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.15 2009/03/20 03:05:39 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.16 2009/04/22 19:48:52 maekke Exp $
+
+ 22 Apr 2009; Markus Meier <maekke@gentoo.org> revelation-0.4.11-r2:
+ amd64 stable, bug #260038
20 Mar 2009; Joseph Jezak <josejx@gentoo.org> revelation-0.4.11-r2.ebuild:
Marked ppc stable for bug #260038.
1.5 x11-misc/revelation/revelation-0.4.11-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.4&r2=1.5
Index: revelation-0.4.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- revelation-0.4.11-r2.ebuild 20 Mar 2009 03:05:39 -0000 1.4
+++ revelation-0.4.11-r2.ebuild 22 Apr 2009 19:48:52 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.4 2009/03/20 03:05:39 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.5 2009/04/22 19:48:52 maekke Exp $
inherit autotools eutils multilib python gnome2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RESTRICT=test
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-04-22 19:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 8:17 [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: ChangeLog revelation-0.4.11-r2.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2009-04-22 19:48 Markus Meier (maekke)
2009-03-20 3:05 Joseph Jezak (josejx)
2009-03-12 8:14 Christian Faulhammer (fauli)
2009-01-22 18:12 Tristan Heaven (nyhm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox