* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot-conduits: ChangeLog gnome-pilot-conduits-2.0.16.ebuild
@ 2008-03-03 23:16 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-03-03 23:16 UTC (permalink / raw
To: gentoo-commits
eva 08/03/03 23:16:02
Modified: ChangeLog
Added: gnome-pilot-conduits-2.0.16.ebuild
Log:
bump to 2.0.16
(Portage version: 2.1.4.4)
Revision Changes Path
1.28 app-pda/gnome-pilot-conduits/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 3 Feb 2008 02:20:15 -0000 1.27
+++ ChangeLog 3 Mar 2008 23:16:01 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/gnome-pilot-conduits
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.27 2008/02/03 02:20:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.28 2008/03/03 23:16:01 eva Exp $
+
+*gnome-pilot-conduits-2.0.16 (03 Mar 2008)
+
+ 03 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-pilot-conduits-2.0.16.ebuild:
+ bump to 2.0.16
03 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
-files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch,
1.1 app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild?rev=1.1&content-type=text/plain
Index: gnome-pilot-conduits-2.0.16.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild,v 1.1 2008/03/03 23:16:01 eva Exp $
inherit gnome2 eutils
DESCRIPTION="Gnome Pilot Conduits"
HOMEPAGE="http://live.gnome.org/GnomePilot"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=gnome-base/libgnome-2.0
>=app-pda/gnome-pilot-${PVR}
>=dev-libs/libxml2-2.5"
DEPEND="sys-devel/gettext
dev-util/pkgconfig
${RDEPEND}"
G2CONF="${G2CONF} --enable-pilotlinktest"
SCROLLKEEPER_UPDATE="0"
src_unpack() {
gnome2_src_unpack
# fix build failures
sed -i "s:pi-md5.h:libpisock/pi-md5.h:g" \
mal-conduit/mal/common/AG{Digest,MD5}.c || die "sed failed"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot-conduits: ChangeLog gnome-pilot-conduits-2.0.16.ebuild
@ 2008-07-09 9:50 Raul Porcel (armin76)
0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-09 9:50 UTC (permalink / raw
To: gentoo-commits
armin76 08/07/09 09:50:12
Modified: ChangeLog gnome-pilot-conduits-2.0.16.ebuild
Log:
sparc stable wrt #230069
(Portage version: 2.1.4.4)
Revision Changes Path
1.31 app-pda/gnome-pilot-conduits/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 5 Jul 2008 16:22:12 -0000 1.30
+++ ChangeLog 9 Jul 2008 09:50:11 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/gnome-pilot-conduits
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.30 2008/07/05 16:22:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.31 2008/07/09 09:50:11 armin76 Exp $
+
+ 09 Jul 2008; Raúl Porcel <armin76@gentoo.org>
+ gnome-pilot-conduits-2.0.16.ebuild:
+ sparc stable wrt #230069
05 Jul 2008; Markus Meier <maekke@gentoo.org>
gnome-pilot-conduits-2.0.16.ebuild:
1.4 app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild?r1=1.3&r2=1.4
Index: gnome-pilot-conduits-2.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-pilot-conduits-2.0.16.ebuild 5 Jul 2008 16:22:12 -0000 1.3
+++ gnome-pilot-conduits-2.0.16.ebuild 9 Jul 2008 09:50:11 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild,v 1.3 2008/07/05 16:22:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild,v 1.4 2008/07/09 09:50:11 armin76 Exp $
inherit gnome2 eutils
@@ -9,7 +9,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
RDEPEND=">=gnome-base/libgnome-2.0
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot-conduits: ChangeLog gnome-pilot-conduits-2.0.16.ebuild
@ 2009-09-27 23:39 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-09-27 23:39 UTC (permalink / raw
To: gentoo-commits
eva 09/09/27 23:39:21
Modified: ChangeLog
Removed: gnome-pilot-conduits-2.0.16.ebuild
Log:
Clean up old revision.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.37 app-pda/gnome-pilot-conduits/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 2 Jun 2009 17:14:30 -0000 1.36
+++ ChangeLog 27 Sep 2009 23:39:20 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/gnome-pilot-conduits
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.36 2009/06/02 17:14:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.37 2009/09/27 23:39:20 eva Exp $
+
+ 27 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-pilot-conduits-2.0.16.ebuild:
+ Clean up old revision.
02 Jun 2009; Raúl Porcel <armin76@gentoo.org>
gnome-pilot-conduits-2.0.17.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-27 23:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 23:39 [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot-conduits: ChangeLog gnome-pilot-conduits-2.0.16.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2008-07-09 9:50 Raul Porcel (armin76)
2008-03-03 23:16 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox