[Lunar-commits] CVS: moonbase/devel/ruby-postgres DEPENDS, NONE,
1.1 BUILD, 1.1, 1.2 DETAILS, 1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Sat Dec 25 12:39:46 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/ruby-postgres
In directory espresso.foo-projects.org:/tmp/cvs-serv28963/devel/ruby-postgres
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Log Message:
some tweakings.
--- NEW FILE: DEPENDS ---
depends ruby &&
depends postgresql
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ruby-postgres/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 11 May 2004 21:03:13 -0000 1.1
+++ BUILD 25 Dec 2004 12:39:44 -0000 1.2
@@ -1,8 +1,6 @@
(
- ruby extconf.rb &&
- make &&
- prepare_install &&
- make install
+ ruby extconf.rb &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ruby-postgres/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:29:55 -0000 1.2
+++ DETAILS 25 Dec 2004 12:39:44 -0000 1.3
@@ -2,11 +2,12 @@
VERSION=0.7.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.postgresql.jp/interfaces/ruby/archive/
- SOURCE_VFY=md5:8ef67b3f4b089248f0420baeb0e3b3c8
+ SOURCE_VFY=sha1:ba3b872511b525f6b5979031ee62bfa265697e9a
WEB_SITE=http://www.postgresql.jp/interfaces/ruby/
SHORT="PostgreSQL bindings for Ruby"
ENTERED=20040511
UPDATED=20040511
+
cat << EOF
-PostgreSQL bindings for Ruby
+PostgreSQL bindings for Ruby.
EOF
More information about the Lunar-commits
mailing list