[csw-devel] SF.net SVN: gar:[10614] csw/mgar/gar/v2/categories/rbgems/category.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Jul 28 05:03:26 CEST 2010
Revision: 10614
http://gar.svn.sourceforge.net/gar/?rev=10614&view=rev
Author: bdwalton
Date: 2010-07-28 03:03:26 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
gar/v2: rbgems category -> set PACKAGES and CATALOGNAME conditionally, drop SPKG_DESC override, drop checkpkg_overrides
Modified Paths:
--------------
csw/mgar/gar/v2/categories/rbgems/category.mk
Modified: csw/mgar/gar/v2/categories/rbgems/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/rbgems/category.mk 2010-07-28 02:09:15 UTC (rev 10613)
+++ csw/mgar/gar/v2/categories/rbgems/category.mk 2010-07-28 03:03:26 UTC (rev 10614)
@@ -10,6 +10,11 @@
GEMFILE ?= $(GEMNAME)-$(GEMVERSION).gem
DISTFILES += $(GEMFILE)
+ifndef PACKAGES
+PACKAGES = CSWgem-$(GEMNAME)
+CATALOGNAME_$(PACKAGES) = gem_$(GEMNAME)
+endif
+
# Tests are enabled by default, unless overridden at the test level
ENABLE_TEST ?= 1
@@ -17,7 +22,6 @@
UFILES_REGEX ?= $(GEMNAME)-(\d+(?:\.\d+)*).gem
USTREAM_MASTER_SITE ?= $(SPKG_SOURCEURL)
-_CATEGORY_SPKG_DESC = $(GEMNAME): $(SPKG_DESC)
_CATEGORY_PKGINFO = echo "RUBY_GEM_NAME=$(GEMNAME)";
# _MERGE_EXCLUDE_CATEGORY = .*/perllocal\.pod .*/\.packlist
@@ -38,9 +42,6 @@
TEST_SCRIPTS ?=
INSTALL_SCRIPTS = rbgem
-# The description starts with the ruby gems name, it will often start with a lowercase character
-CHECKPKG_OVERRIDES_CSWactionmailer += pkginfo-description-not-starting-with-uppercase
-
gem-extract-%:
@echo " ==> Decompressing $(DOWNLOADDIR)/$*"
@gem unpack $(DOWNLOADDIR)/$* --target $(WORKDIR)
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