gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r864: update electric to 9.02; only im


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r864: update electric to 9.02; only implement up to the extract step, since it is distributed as an executable jar
Date: Sun, 26 Aug 2012 00:11:09 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 864
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-08-26 00:11:09 +0200
message:
  update electric to 9.02; only implement up to the extract step, since it is 
distributed as an executable jar
modified:
  gnu/electric/Makefile
  gnu/electric/sha256sums
=== modified file 'gnu/electric/Makefile'
--- a/gnu/electric/Makefile     2012-04-09 19:31:28 +0000
+++ b/gnu/electric/Makefile     2012-08-25 22:11:09 +0000
@@ -1,11 +1,11 @@
 GARNAME = electric
-GARVERSION = 9.01
+GARVERSION = 9.02
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = electric/
 
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+DISTFILES = $(DISTNAME).jar
+SIGFILES = $(DISTNAME).jar.sig
 
 # BUILDDEPS = 
 # LIBDEPS = 
@@ -13,4 +13,12 @@
 HOME_URL = http://www.gnu.org/software/electric/
 DESCRIPTION = Electric VLSI Design System
 
-include ../../gar.lib/auto.mk
+#include ../../gar.lib/auto.mk
+
+include ../../gar.mk
+
+extract-$(DISTFILES):
+       @echo " ==> Extracting $(patsubst extract-%,$(DOWNLOADDIR)/%,$@)" 
+       mkdir -p $(WORKSRC)
+       (cd $(WORKSRC) && jar xf ../../$(DOWNLOADDIR)/$(DISTFILES)) 
+       $(MAKECOOKIE)

=== modified file 'gnu/electric/sha256sums'
--- a/gnu/electric/sha256sums   2010-06-11 09:39:08 +0000
+++ b/gnu/electric/sha256sums   2012-08-25 22:11:09 +0000
@@ -1,2 +1,2 @@
-75aedee93b6bb7200abdd04098480d0a2c2408cc8574148459b93e5c56d64273  
download/electric-7.00.tar.gz
-58b461f672cb9052337d15c3ee11911e2d047868500d32916ec6afbe3274fad9  
download/electric-7.00.tar.gz.sig
+8e8c268c077c266a0b495c0c612a388db5dd2a49917121f1d8b1b08a48faf440  
download/electric-9.02.jar
+d708728a503b308be3a61a414f8950f0246ea041cd6e09c47fd40f94c70a4db3  
download/electric-9.02.jar.sig


reply via email to

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