[csw-devel] SF.net SVN: gar:[11283] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Oct 13 10:47:23 CEST 2010
Revision: 11283
http://gar.svn.sourceforge.net/gar/?rev=11283&view=rev
Author: wahwah
Date: 2010-10-13 08:47:23 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
py_antlr: Moved to lang-python. A test commit using git-svn.
Added Paths:
-----------
csw/mgar/pkg/lang-python/py_antlr/
csw/mgar/pkg/lang-python/py_antlr/Makefile
csw/mgar/pkg/lang-python/py_antlr/trunk/
csw/mgar/pkg/lang-python/py_antlr/trunk/Makefile
csw/mgar/pkg/lang-python/py_antlr/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/py_antlr/Makefile
csw/mgar/pkg/py_antlr/trunk/Makefile
csw/mgar/pkg/py_antlr/trunk/checksums
Copied: csw/mgar/pkg/lang-python/py_antlr/Makefile (from rev 11282, csw/mgar/pkg/py_antlr/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/py_antlr/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/py_antlr/Makefile 2010-10-13 08:47:23 UTC (rev 11283)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Copied: csw/mgar/pkg/lang-python/py_antlr/trunk/Makefile (from rev 11282, csw/mgar/pkg/py_antlr/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/py_antlr/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/py_antlr/trunk/Makefile 2010-10-13 08:47:23 UTC (rev 11283)
@@ -0,0 +1,38 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+GARNAME = py_antlr
+GARVERSION = 3.1.1
+CATEGORIES = python
+
+DESCRIPTION = Python ANTLR runtime
+define BLURB
+ Python ANTLR runtime, needed for Python ANTLR-generated parsers to run.
+endef
+
+MASTER_SITES = http://www.antlr.org/download/Python/
+DISTFILES = antlr_python_runtime-$(GARVERSION).tar.gz
+
+WORKSRC = $(WORKDIR)/antlr_python_runtime-$(GARVERSION)
+
+PACKAGES = CSWpy-antlr
+CATALOGNAME = py_antlr
+BUILD_DEP_PKGS = CSWpysetuptools
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+ARCHALL = 1
+
+# BUILD_SCRIPTS = $(WORKSRC)/setup.py
+
+# INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+# INSTALL_ARGS += --root=$(DESTDIR) --prefix=$(prefix)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+post-install:
+ gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
+ @$(MAKECOOKIE)
Copied: csw/mgar/pkg/lang-python/py_antlr/trunk/checksums (from rev 11282, csw/mgar/pkg/py_antlr/trunk/checksums)
===================================================================
--- csw/mgar/pkg/lang-python/py_antlr/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/py_antlr/trunk/checksums 2010-10-13 08:47:23 UTC (rev 11283)
@@ -0,0 +1 @@
+74f1e1650a7cd6f04f2f6c2710199c1e download/antlr_python_runtime-3.1.1.tar.gz
Deleted: csw/mgar/pkg/py_antlr/Makefile
===================================================================
--- csw/mgar/pkg/py_antlr/Makefile 2010-10-13 07:44:47 UTC (rev 11282)
+++ csw/mgar/pkg/py_antlr/Makefile 2010-10-13 08:47:23 UTC (rev 11283)
@@ -1,15 +0,0 @@
-# vim: ft=make ts=4 sw=4 noet
-
-default:
- @echo "You are in the pkg/ directory."
-
-%:
- $(MAKE) -C trunk $*
-
-paranoid-%:
- $(MAKE) -C trunk $* || exit 2
-
-export BUILDLOG ?= $(shell pwd)/buildlog.txt
-
-report-%:
- $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Deleted: csw/mgar/pkg/py_antlr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/py_antlr/trunk/Makefile 2010-10-13 07:44:47 UTC (rev 11282)
+++ csw/mgar/pkg/py_antlr/trunk/Makefile 2010-10-13 08:47:23 UTC (rev 11283)
@@ -1,38 +0,0 @@
-# Copyright 2009 OpenCSW
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-GARNAME = py_antlr
-GARVERSION = 3.1.1
-CATEGORIES = python
-
-DESCRIPTION = Python ANTLR runtime
-define BLURB
- Python ANTLR runtime, needed for Python ANTLR-generated parsers to run.
-endef
-
-MASTER_SITES = http://www.antlr.org/download/Python/
-DISTFILES = antlr_python_runtime-$(GARVERSION).tar.gz
-
-WORKSRC = $(WORKDIR)/antlr_python_runtime-$(GARVERSION)
-
-PACKAGES = CSWpy-antlr
-CATALOGNAME = py_antlr
-BUILD_DEP_PKGS = CSWpysetuptools
-
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
-ARCHALL = 1
-
-# BUILD_SCRIPTS = $(WORKSRC)/setup.py
-
-# INSTALL_SCRIPTS = $(WORKSRC)/setup.py
-# INSTALL_ARGS += --root=$(DESTDIR) --prefix=$(prefix)
-
-TEST_SCRIPTS =
-
-include gar/category.mk
-
-post-install:
- gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
- @$(MAKECOOKIE)
Deleted: csw/mgar/pkg/py_antlr/trunk/checksums
===================================================================
--- csw/mgar/pkg/py_antlr/trunk/checksums 2010-10-13 07:44:47 UTC (rev 11282)
+++ csw/mgar/pkg/py_antlr/trunk/checksums 2010-10-13 08:47:23 UTC (rev 11283)
@@ -1 +0,0 @@
-74f1e1650a7cd6f04f2f6c2710199c1e download/antlr_python_runtime-3.1.1.tar.gz
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