gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2130: move maintenance-specific targe


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2130: move maintenance-specific targets to new file
Date: Sat, 30 Mar 2013 18:02:53 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2130
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 18:02:53 +0100
message:
  move maintenance-specific targets to new file
added:
  util/gsrc-maint.mk
modified:
  gar.mk
=== modified file 'gar.mk'
--- a/gar.mk    2013-03-21 23:28:37 +0000
+++ b/gar.mk    2013-03-30 17:02:53 +0000
@@ -1,9 +1,9 @@
 # Top-level make includes for GARStow ports.
 #
+# Copyright (C) 2012, 2013 Brandon Invergo <address@hidden>
+# Copyright (C) 2010, 2011 Brian Gough
+# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson
 # Copyright (C) 2001 Nick Moffitt
-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson
-# Copyright (C) 2010, 2011 Brian Gough
-# Copyright (C) 2012, 2013 Brandon Invergo <address@hidden>
 #
 # Redistribution and/or use, with or without modification, is
 # permitted.  This software is without warranty of any kind.  The
@@ -356,8 +356,6 @@
 install-deps: $(addprefix dep-$(GARDIR)/,$(LIBDEPS) $(BUILDDEPS) $(if 
$(USE_TESTS),$(TESTDEPS),) $(INSTALLDEPS)) 
        $(DONADA)
 
-test-build: clean install uninstall uninstall-pkg
-
 
 # The clean rule.  It must be run if you want to re-download a
 # file after a successful checksum (or just remove the checksum
@@ -367,7 +365,7 @@
        @rm -rf $(DOWNLOADDIR) $(COOKIEDIR) $(LOGDIR) $(WORKSRC) $(WORKDIR) 
$(EXTRACTDIR) $(SCRATCHDIR) $(SCRATCHDIR)-$(COOKIEDIR) *~
 
 # these targets do not have actual corresponding files
-.PHONY: all info fetch-list fetch checksum makesum garchive extract patch 
makepatch configure build test install clean beaujolais update help test-build
+.PHONY: all info fetch-list fetch checksum makesum garchive extract patch 
makepatch configure build test install clean beaujolais update help
 
 # A logging version of the rules, e.g. make build-log, respawns and sends 
output to $(LOGDIR)
 %-log: $(LOGDIR)

=== added file 'util/gsrc-maint.mk'
--- a/util/gsrc-maint.mk        1970-01-01 00:00:00 +0000
+++ b/util/gsrc-maint.mk        2013-03-30 17:02:53 +0000
@@ -0,0 +1,26 @@
+# -*- coding: utf-8 -*-
+#
+#       gsrc-maint.mk
+#       
+#       Copyright © 2013 Brandon Invergo <address@hidden>
+#       
+#       This file is part of GSRC.
+#
+#       GSRC is free software: you can redistribute it and/or modify
+#       it under the terms of the GNU General Public License as published by
+#       the Free Software Foundation, either version 3 of the License, or
+#       (at your option) any later version.
+#
+#       GSRC is distributed in the hope that it will be useful,
+#       but WITHOUT ANY WARRANTY; without even the implied warranty of
+#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#       GNU General Public License for more details.
+#
+#       You should have received a copy of the GNU General Public License
+#       along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+keyring: fetch
+       id=`gpg2 --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E 
"[0-9A-Z]{8}"` \
+               && gpg2 --recv-keys $$id && gpg2 --export $$id > gpg-keyring
+
+


reply via email to

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