[csw-devel] SF.net SVN: gar:[14497] csw/mgar/pkg/mercurial/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Tue May 3 08:04:21 CEST 2011
Revision: 14497
http://gar.svn.sourceforge.net/gar/?rev=14497&view=rev
Author: rthurner
Date: 2011-05-03 06:04:20 +0000 (Tue, 03 May 2011)
Log Message:
-----------
mercurial, PACKAGES = CSWmercurial should avoid to override pkg checks
Modified Paths:
--------------
csw/mgar/pkg/mercurial/trunk/Makefile
Modified: csw/mgar/pkg/mercurial/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mercurial/trunk/Makefile 2011-05-03 05:37:16 UTC (rev 14496)
+++ csw/mgar/pkg/mercurial/trunk/Makefile 2011-05-03 06:04:20 UTC (rev 14497)
@@ -3,27 +3,23 @@
CATEGORIES = python
DESCRIPTION = Fast, lightweight Source Control Management system
-#define BLURB
-#endef
MASTER_SITES = http://selenic.com/mercurial/release/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-
-SPKG_DESC_CSWmercurial = Mercurial
-
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+PACKAGES = CSWmercurial
+
+SPKG_DESC_CSWmercurial = Mercurial
+RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-6-1-0
+
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = $(WORKSRC)/setup.py
# Some tests fail, but manual inspection of the failures show no significant failures.
TEST_SCRIPTS =
#TEST_TARGET = #tests
-RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-6-1-0
-CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy-
-CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_
-
include gar/category.mk
pre-build-modulated:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list