From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-themes/smplayer-themes/Manifest | 2 ++ x11-themes/smplayer-themes/metadata.xml | 9 ++++++++ .../smplayer-themes/smplayer-themes-14.12.0.ebuild | 24 ++++++++++++++++++++++ .../smplayer-themes/smplayer-themes-14.9.0.ebuild | 24 ++++++++++++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 x11-themes/smplayer-themes/Manifest create mode 100644 x11-themes/smplayer-themes/metadata.xml create mode 100644 x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild create mode 100644 x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild (limited to 'x11-themes/smplayer-themes') diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest new file mode 100644 index 000000000000..6995fb434038 --- /dev/null +++ b/x11-themes/smplayer-themes/Manifest @@ -0,0 +1,2 @@ +DIST smplayer-themes-14.12.0.tar.bz2 2660621 SHA256 2c520a678bfcfa8c9a6881d4612ce8fb5216abdf072d27fb3da362af316ae333 SHA512 b97c097c7bbbcc60878e9cf4306c08fb87b83da67763a965e9e21517fb02568e902cbc1c8739be3f54b7a5b398c49dc8ab81964b97140a64f34bcf8af9c39765 WHIRLPOOL bab1009ab6dfe693177a905a583454fd5614830c90c09f1a93832129342583efd8f6c4bce6c355e340e43062b06119fde1c5532136dd38cdadc72fe280603312 +DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5 diff --git a/x11-themes/smplayer-themes/metadata.xml b/x11-themes/smplayer-themes/metadata.xml new file mode 100644 index 000000000000..862485291aec --- /dev/null +++ b/x11-themes/smplayer-themes/metadata.xml @@ -0,0 +1,9 @@ + + + + qt + video + + smplayer + + diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild new file mode 100644 index 000000000000..3eafa2eeeaa3 --- /dev/null +++ b/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Icon themes for smplayer" +HOMEPAGE="http://smplayer.sourceforge.net/" +SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" + +LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="media-video/smplayer" + +src_install() { + rm themes/Makefile + insinto /usr/share/smplayer + doins -r themes + dodoc Changelog README.txt +} diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild new file mode 100644 index 000000000000..2c4dd92e48cd --- /dev/null +++ b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Icon themes for smplayer" +HOMEPAGE="http://smplayer.sourceforge.net/" +SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" + +LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3" +SLOT="0" +KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="media-video/smplayer" + +src_install() { + rm themes/Makefile + insinto /usr/share/smplayer + doins -r themes + dodoc Changelog README.txt +} -- cgit v1.2.3-65-gdbad