summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-11-02 10:05:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-11-02 10:05:31 +0000
commit4eb2051f80af712d09cedbdbdcf47cae06605d24 (patch)
tree10ed4eb4222873dd2df0473502a93d50a581c19f /dev-util
parentInitial commit of github recompress service. (diff)
downloadgentoo-2-4eb2051f80af712d09cedbdbdcf47cae06605d24.tar.gz
gentoo-2-4eb2051f80af712d09cedbdbdcf47cae06605d24.tar.bz2
gentoo-2-4eb2051f80af712d09cedbdbdcf47cae06605d24.zip
Initial commit of source-update service.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/obs-service-update_source/ChangeLog9
-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, 33 insertions, 0 deletions
diff --git a/dev-util/obs-service-update_source/ChangeLog b/dev-util/obs-service-update_source/ChangeLog
new file mode 100644
index 000000000000..31767e343b86
--- /dev/null
+++ b/dev-util/obs-service-update_source/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-util/obs-service-update_source
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-update_source/ChangeLog,v 1.1 2013/11/02 10:05:31 scarabeus Exp $
+
+*obs-service-update_source-20130802 (02 Nov 2013)
+
+ 02 Nov 2013; Tomáš Chvátal <scarabeus@gentoo.org> +metadata.xml,
+ +obs-service-update_source-20130802.ebuild:
+ Initial commit of source-update service.
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..df1bd9f0f232
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-update_source/obs-service-update_source-20130802.ebuild,v 1.1 2013/11/02 10:05:31 scarabeus Exp $
+
+EAPI=5
+
+inherit obs-service
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ net-misc/wget
+ sys-apps/diffutils
+"