gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1232: clean up sovix but install is n


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1232: clean up sovix but install is not easily automatable
Date: Wed, 21 Nov 2012 12:47:34 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1232
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 12:47:34 +0100
message:
  clean up sovix but install is not easily automatable
added:
  gnu/sovix/config.mk
modified:
  TODO
  gnu/sovix/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-20 18:53:13 +0000
+++ b/TODO      2012-11-21 11:47:34 +0000
@@ -138,4 +138,6 @@
 ** orgadoc: Eiffel hell
 ** rottlog: permissions hell
 ** sather: super-unfriendly Make system
+** serveez: old guile dependencies but a new release is imminent
+** sovix (retired package, low priority): installation must be done manually
 

=== modified file 'gnu/sovix/Makefile'
--- a/gnu/sovix/Makefile        2012-08-30 21:12:18 +0000
+++ b/gnu/sovix/Makefile        2012-11-21 11:47:34 +0000
@@ -1,16 +1,21 @@
 GARNAME = sovix
 GARVERSION = 0.0.1.7
+HOME_URL = http://www.gnu.org/software/sovix
+DESCRIPTION = [retired package] A PHP-based website revision system
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = sovix/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/sovix
-#DESCRIPTION =
-
-include ../../gar.lib/auto.mk
+INSTALL_SCRIPTS = all
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+

=== added file 'gnu/sovix/config.mk'
--- a/gnu/sovix/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/sovix/config.mk       2012-11-21 11:47:34 +0000
@@ -0,0 +1,4 @@
+## Configuration options for sovix ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]