summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/obs-service-update_source
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/obs-service-update_source')
-rw-r--r--dev-util/obs-service-update_source/Manifest2
-rw-r--r--dev-util/obs-service-update_source/metadata.xml8
-rw-r--r--dev-util/obs-service-update_source/obs-service-update_source-20130802.ebuild16
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/obs-service-update_source/Manifest b/dev-util/obs-service-update_source/Manifest
new file mode 100644
index 000000000000..aaa5e396bdb5
--- /dev/null
+++ b/dev-util/obs-service-update_source/Manifest
@@ -0,0 +1,2 @@
+DIST update_source-20130802 4081 SHA256 1c3dea734bf0826a9e3dcff97dc53c9e9acaed080eaa7bed51aeac5cc611a2fe SHA512 24a28c9f487b9ecc247988dcffc3ab612fa11b33824f9b3f1537548722186143dfeefe5208444383a918baa599fc57994dc6a7ae7049aea8108c087fd49f6e17 WHIRLPOOL 51574e12ba70a9cc5b8fe071fc88651439d52acd5648e3b949b01227003099ce269766c1aa533bd8d71a16b49a562a4da98ef6ed4fb67727b57efdd119e32519
+DIST update_source-20130802.service 486 SHA256 86f4703f355891aa55f1ed2b064f18171d705c1e704811f2aedd3b5354c6d9ea SHA512 3cfb25566f2806c145bca0817976e7129436334706c2f0022fe7e94be62ce11b8e2420c2e97c24999bcda1de88850a589e5b6a0de633a27cdce52b4253965818 WHIRLPOOL 104c1f9242c2dfa268d027c1d865f71ec5850a29668ca5a25c5b8dab678ebfe918a155c821ac4d154997161b72763fd992c9b695ad709c4ee370e93206d2709e
diff --git a/dev-util/obs-service-update_source/metadata.xml b/dev-util/obs-service-update_source/metadata.xml
new file mode 100644
index 000000000000..d4b914b8debe
--- /dev/null
+++ b/dev-util/obs-service-update_source/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>suse</herd>
+<longdescription lang="en">
+This is a source service for Open Build Service. It's a wrapper around cpanspec script.
+</longdescription>
+</pkgmetadata>
diff --git a/dev-util/obs-service-update_source/obs-service-update_source-20130802.ebuild b/dev-util/obs-service-update_source/obs-service-update_source-20130802.ebuild
new file mode 100644
index 000000000000..1749f92e2e1a
--- /dev/null
+++ b/dev-util/obs-service-update_source/obs-service-update_source-20130802.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit obs-service
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ net-misc/wget
+ sys-apps/diffutils
+"