[csw-devel] SF.net SVN: gar:[5108] csw/mgar/pkg/pyorbit/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri May 29 18:30:12 CEST 2009


Revision: 5108
          http://gar.svn.sourceforge.net/gar/?rev=5108&view=rev
Author:   valholla
Date:     2009-05-29 16:30:12 +0000 (Fri, 29 May 2009)

Log Message:
-----------
structure

Added Paths:
-----------
    csw/mgar/pkg/pyorbit/trunk/Makefile
    csw/mgar/pkg/pyorbit/trunk/checksums
    csw/mgar/pkg/pyorbit/trunk/files/

Removed Paths:
-------------
    csw/mgar/pkg/pyorbit/trunk/Makefile
    csw/mgar/pkg/pyorbit/trunk/branches/
    csw/mgar/pkg/pyorbit/trunk/tags/
    csw/mgar/pkg/pyorbit/trunk/trunk/Makefile
    csw/mgar/pkg/pyorbit/trunk/trunk/checksums
    csw/mgar/pkg/pyorbit/trunk/trunk/files/

Deleted: csw/mgar/pkg/pyorbit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/Makefile	2009-05-29 14:03:47 UTC (rev 5107)
+++ csw/mgar/pkg/pyorbit/trunk/Makefile	2009-05-29 16:30:12 UTC (rev 5108)
@@ -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) 

Copied: csw/mgar/pkg/pyorbit/trunk/Makefile (from rev 5107, csw/mgar/pkg/pyorbit/trunk/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pyorbit/trunk/Makefile	2009-05-29 16:30:12 UTC (rev 5108)
@@ -0,0 +1,31 @@
+GARNAME = pyorbit
+GARVERSION = 2.24.0
+CATEGORIES = lang
+RELVER = $(shell echo $(GARVERSION) |gsed 's/\(^[0-9].*\)\.[0-9]*/\1/')
+
+DESCRIPTION = ORBit2 CORBA support for Python
+define BLURB
+  This is a Python language binding for the ORBit2 CORBA implementation.
+endef
+
+MASTER_SITES = http://ftp.acc.umu.se/pub/GNOME/sources/pyorbit/$(RELVER)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+STRIP_LIBTOOL = 1
+
+PACKAGES = CSWpyorbit
+REQUIRED_PKGS_CSWpyorbit  = CSWpython CSWggettextrt CSWglib2
+REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2
+
+CATALOGNAME_CSWpyorbit = pyorbit
+SPKG_SOURCEURL_CSWpyorbit = http://freshmeat.net/projects/pyorbit/
+SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = (\d+(?:\.\d+)*).tar.bz2
+
+## No tests
+TEST_SCRIPTS = 
+
+include gar/category.mk
+

Copied: csw/mgar/pkg/pyorbit/trunk/checksums (from rev 5107, csw/mgar/pkg/pyorbit/trunk/trunk/checksums)
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pyorbit/trunk/checksums	2009-05-29 16:30:12 UTC (rev 5108)
@@ -0,0 +1 @@
+574593815e75ee6e98062c75d6d1581f  download/pyorbit-2.24.0.tar.bz2

Deleted: csw/mgar/pkg/pyorbit/trunk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/trunk/Makefile	2009-05-29 14:03:47 UTC (rev 5107)
+++ csw/mgar/pkg/pyorbit/trunk/trunk/Makefile	2009-05-29 16:30:12 UTC (rev 5108)
@@ -1,32 +0,0 @@
-GARNAME = pyorbit
-GARVERSION = 2.24.0
-CATEGORIES = lang
-
-DESCRIPTION = ORBit2 CORBA support for Python
-define BLURB
-  This is a Python language binding for the ORBit2 CORBA implementation.
-endef
-
-MASTER_SITES = http://freshmeat.net/projects/pyorbit/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += fixme.sh
-
-PACKAGES = CSWpyorbit
-REQUIRED_PKGS_CSWpyorbit  = CSWpython CSWggettextrt CSWglib2
-REQUIRED_PKGS_CSWpyorbit += CSWlibidl CSWorbit2
-
-CATALOGNAME_CSWpyorbit = pyorbit
-SPKG_DESC_CSWpyorbit = ORBit2 CORBA support for Python
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
-## No tests
-TEST_SCRIPTS = 
-
-include gar/category.mk
-
-post-configure-modulated:
-	@(echo "~~~ Fixing Libtool ~~~")
-	@$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
-	$(DONADA)

Deleted: csw/mgar/pkg/pyorbit/trunk/trunk/checksums
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/trunk/checksums	2009-05-29 14:03:47 UTC (rev 5107)
+++ csw/mgar/pkg/pyorbit/trunk/trunk/checksums	2009-05-29 16:30:12 UTC (rev 5108)
@@ -1,2 +0,0 @@
-574593815e75ee6e98062c75d6d1581f  download/pyorbit-2.24.0.tar.bz2
-70771682427d524354d50482371edca5  download/fixme.sh


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