gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5104: update BuildStream to 1.0.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5104: update BuildStream to 1.0.1
Date: Mon, 15 Jan 2018 00:13:39 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5104
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-01-14 21:13:35 -0800
message:
  update BuildStream to 1.0.1
added:
  pkg/gnome/BuildStream/         buildstream-20180115051323-ntv7qldxjk92kyzj-1
  pkg/gnome/BuildStream/Makefile makefile-20180115051323-ntv7qldxjk92kyzj-3
  pkg/gnome/BuildStream/config.mk config.mk-20180115051323-ntv7qldxjk92kyzj-2
  pkg/gnome/BuildStream/sha256sums sha256sums-20180115051323-ntv7qldxjk92kyzj-4
=== added directory 'pkg/gnome/BuildStream'
=== added file 'pkg/gnome/BuildStream/Makefile'
--- a/pkg/gnome/BuildStream/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/BuildStream/Makefile    2018-01-15 05:13:35 +0000
@@ -0,0 +1,53 @@
+
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    BuildStream
+GARNAME = BuildStream
+GARVERSION = 1.0.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION =  framework for modelling build pipelines
+define BLURB
+BuildStream is a flexible and extensible framework for the modelling
+of build pipelines in a declarative YAML format, written in python.
+These pipelines are composed of abstract elements which perform mutations
+on on "filesystem data" as input and output, and are related to each
+other by their dependencies.
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/python.mk
+include config.mk
+

=== added file 'pkg/gnome/BuildStream/config.mk'
--- a/pkg/gnome/BuildStream/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/BuildStream/config.mk   2018-01-15 05:13:35 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/BuildStream/sha256sums'
--- a/pkg/gnome/BuildStream/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/BuildStream/sha256sums  2018-01-15 05:13:35 +0000
@@ -0,0 +1,2 @@
+2ff4cede92ce16ceee6ab74d869249b6463a5d22129dcda7938f7b8e750dd62f  
download/BuildStream-1.0.1.tar.xz
+bb8e18857834b53c48e36074121b583e5e7bc27f906ff837945b9afb7550411e  
download/BuildStream-1.0.1.sha256sum


reply via email to

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