* [gentoo-commits] gentoo-x86 commit in dev-lang/io: ChangeLog io-2009.01.02-r1.ebuild
@ 2010-06-17 21:31 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2010-06-17 21:31 UTC (permalink / raw
To: gentoo-commits
patrick 10/06/17 21:31:21
Modified: ChangeLog io-2009.01.02-r1.ebuild
Log:
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-lang/io/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Oct 2009 07:47:11 -0000 1.5
+++ ChangeLog 17 Jun 2010 21:31:21 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/io
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.5 2009/10/17 07:47:11 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.6 2010/06/17 21:31:21 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> io-2009.01.02-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
17 Oct 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
remove dbi description as it is global now
1.2 dev-lang/io/io-2009.01.02-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?r1=1.1&r2=1.2
Index: io-2009.01.02-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- io-2009.01.02-r1.ebuild 2 Jan 2009 15:33:32 -0000 1.1
+++ io-2009.01.02-r1.ebuild 17 Jun 2010 21:31:21 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.1 2009/01/02 15:33:32 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.2 2010/06/17 21:31:21 patrick Exp $
DESCRIPTION="Io is a small, prototype-based programming language."
HOMEPAGE="http://www.iolanguage.com"
@@ -15,7 +15,7 @@
readline? ( sys-libs/readline )
mysql? ( virtual/mysql )
cairo? ( x11-libs/cairo )
- postgres? ( virtual/postgresql-server )
+ postgres? ( dev-db/postgresql-server )
opengl? ( virtual/opengl )
dbi? ( dev-db/libdbi )
ncurses? ( sys-libs/ncurses )
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/io: ChangeLog io-2009.01.02-r1.ebuild
@ 2011-07-08 10:51 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-08 10:51 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/07/08 10:51:43
Modified: ChangeLog io-2009.01.02-r1.ebuild
Log:
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-lang/io/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 17 Jun 2010 21:31:21 -0000 1.6
+++ ChangeLog 8 Jul 2011 10:51:43 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/io
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.6 2010/06/17 21:31:21 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.7 2011/07/08 10:51:43 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> io-2009.01.02-r1.ebuild:
+ Convert from "useq" to "use".
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> io-2009.01.02-r1.ebuild:
Migrating away from deprecated postgres virtuals
1.3 dev-lang/io/io-2009.01.02-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild?r1=1.2&r2=1.3
Index: io-2009.01.02-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- io-2009.01.02-r1.ebuild 17 Jun 2010 21:31:21 -0000 1.2
+++ io-2009.01.02-r1.ebuild 8 Jul 2011 10:51:43 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.2 2010/06/17 21:31:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2009.01.02-r1.ebuild,v 1.3 2011/07/08 10:51:43 ssuominen Exp $
DESCRIPTION="Io is a small, prototype-based programming language."
HOMEPAGE="http://www.iolanguage.com"
@@ -27,17 +27,17 @@
src_compile() {
make INSTALL_PREFIX="/usr" vm || die "make failed."
# Building optional addons if any.
- useq readline && make ReadLine
- useq mysql && make MySQL
- useq cairo && make Cairo
- useq postgres && make PostgreSQL
- useq opengl && make OpenGL
- useq dbi && make DBI
- useq ncurses && make Curses
- useq sqlite && make SQLite
- useq sqlite3 && make SQLite3
- useq zlib && make Zlib
- useq lzo && make LZO
+ use readline && make ReadLine
+ use mysql && make MySQL
+ use cairo && make Cairo
+ use postgres && make PostgreSQL
+ use opengl && make OpenGL
+ use dbi && make DBI
+ use ncurses && make Curses
+ use sqlite && make SQLite
+ use sqlite3 && make SQLite3
+ use zlib && make Zlib
+ use lzo && make LZO
}
src_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-08 10:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 21:31 [gentoo-commits] gentoo-x86 commit in dev-lang/io: ChangeLog io-2009.01.02-r1.ebuild Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2011-07-08 10:51 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox