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 /kde-misc/kio-mtp | |
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 'kde-misc/kio-mtp')
-rw-r--r-- | kde-misc/kio-mtp/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/kio-mtp/kio-mtp-0.75_p20131020.ebuild | 24 | ||||
-rw-r--r-- | kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild | 24 | ||||
-rw-r--r-- | kde-misc/kio-mtp/metadata.xml | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/kde-misc/kio-mtp/Manifest b/kde-misc/kio-mtp/Manifest new file mode 100644 index 000000000000..12b93d521d11 --- /dev/null +++ b/kde-misc/kio-mtp/Manifest @@ -0,0 +1,2 @@ +DIST kio-mtp-0.75_p20131020.tar.gz 22791 SHA256 29130a8c449411b82ddf444fa51dccc3310e356669a843acb91df7c191ddcb91 SHA512 fa7cdc92d34d3941bb88074275bfb69d0ff4d3637d9677fffa5b66f64ca11d3edc2941986944a7b5959620435734df4e509631d4adb48d6ef451a940edf1cd03 WHIRLPOOL 1fc4ed45745301e4614800b4af3d79c166c340b10cac700700cee7311848ec72df3b2f70f2343cb498595a461ea29eae63589e3d7ecd41152ffb09861f6db921 +DIST kio-mtp-0.75_p20141221.tar.gz 22946 SHA256 9d314d5f959a0ec30f75ceb678faf118385c1379dea1da628457ab8623d703fa SHA512 d72dcc21181014f2b52562341a0cb88854ba2baad0a94c715e9b6c6f89e8e7f3c0bb70b8a99a7c7414f06a8582a98de8db753ad24a8f7cf53bbbd7ab796af831 WHIRLPOOL 1d6b7e02feebf2b10b5e3ace056435a90c33a96a6059a992ec4be740b8870e1afcbf052053d158d92c3946b5dfdf63998c229c949d90e4be30e6aa0189b64898 diff --git a/kde-misc/kio-mtp/kio-mtp-0.75_p20131020.ebuild b/kde-misc/kio-mtp/kio-mtp-0.75_p20131020.ebuild new file mode 100644 index 000000000000..c8f211a9b30a --- /dev/null +++ b/kde-misc/kio-mtp/kio-mtp-0.75_p20131020.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="MTP KIO-Client for KDE" +HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" +COMMIT_ID="2063e757559edb20d744ac5200e8340f56de2afd" +SRC_URI="http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +S=${WORKDIR}/${PN} + +DEPEND=" + >=media-libs/libmtp-1.1.3 +" +RDEPEND="${DEPEND}" diff --git a/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild b/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild new file mode 100644 index 000000000000..2258f31a37e1 --- /dev/null +++ b/kde-misc/kio-mtp/kio-mtp-0.75_p20141221.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="MTP KIO-Client for KDE" +HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" +COMMIT_ID="c418634e4216279fcedfa5cc14f20bda7672b609" +SRC_URI="http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +S=${WORKDIR}/${PN} + +DEPEND=" + >=media-libs/libmtp-1.1.3 +" +RDEPEND="${DEPEND}" diff --git a/kde-misc/kio-mtp/metadata.xml b/kde-misc/kio-mtp/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-misc/kio-mtp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |