diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/obs-service-extract_file | |
download | gentoo-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-extract_file')
-rw-r--r-- | dev-util/obs-service-extract_file/Manifest | 2 | ||||
-rw-r--r-- | dev-util/obs-service-extract_file/metadata.xml | 8 | ||||
-rw-r--r-- | dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/obs-service-extract_file/Manifest b/dev-util/obs-service-extract_file/Manifest new file mode 100644 index 000000000000..f3c771637c5c --- /dev/null +++ b/dev-util/obs-service-extract_file/Manifest @@ -0,0 +1,2 @@ +DIST extract_file-20130318 1828 SHA256 f73b24c762a58c77814ec298b09a8c587287e43449ab3d79cb93b26ec6a53cbf SHA512 ceb09d0c7f86a04ddc7389e97ba94105249488be267c998ab601add03cd6ec6e7fd26baf463b18d9422f3360b69ea73000ccbb331807b19ae7df95e468d8aba1 WHIRLPOOL c83e4c9a889f191c2dc1b19578b8d49be81586afb66fc0b64a64104f92a4d25a0d0422b3c79cfdb13d3405f83493fb9fea43cec0b4d05b8f6af99b2f69acea1a +DIST extract_file-20130318.service 615 SHA256 a87a9e2241f5342fcc4e29bed7ebf75e8ec0a5dffc98a05a1a42c022a610774d SHA512 e647787b83bc1f45e9104bb210d3807481f2ab7ddcc7dd4eb3c522a9dc6f94580b60a92ad5ff73a634c025438d2ccaa655ea005c26e1f214532e69f67510d7c6 WHIRLPOOL 384802508be5d9f23b8f783dd1067491dc799edf7d065c95a3edcf5b32373b7512b58ac8c518061f6ad87784d4afc82c79b0b8af8ff8117fb0fbf006870597a5 diff --git a/dev-util/obs-service-extract_file/metadata.xml b/dev-util/obs-service-extract_file/metadata.xml new file mode 100644 index 000000000000..efc0b67b56e3 --- /dev/null +++ b/dev-util/obs-service-extract_file/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. This service is parsing all spec files and downloads all Source files which are specified via a http, https or ftp url. +</longdescription> +</pkgmetadata> diff --git a/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild b/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild new file mode 100644 index 000000000000..853d4f69e4e5 --- /dev/null +++ b/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild @@ -0,0 +1,19 @@ +# 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} + app-arch/bzip2 + app-arch/gzip + app-arch/tar + app-arch/unzip + app-arch/xz-utils +" |