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 /x11-themes/smplayer-skins
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 'x11-themes/smplayer-skins')
-rw-r--r--x11-themes/smplayer-skins/Manifest2
-rw-r--r--x11-themes/smplayer-skins/metadata.xml9
-rw-r--r--x11-themes/smplayer-skins/smplayer-skins-14.9.0.ebuild24
-rw-r--r--x11-themes/smplayer-skins/smplayer-skins-15.2.0.ebuild24
4 files changed, 59 insertions, 0 deletions
diff --git a/x11-themes/smplayer-skins/Manifest b/x11-themes/smplayer-skins/Manifest
new file mode 100644
index 000000000000..3fd6cbf00d67
--- /dev/null
+++ b/x11-themes/smplayer-skins/Manifest
@@ -0,0 +1,2 @@
+DIST smplayer-skins-14.9.0.tar.bz2 382195 SHA256 88889dbbeb90215ef5c16f29627437cdf7df0759a7d1868b2e19ffdfe2b6ad53 SHA512 887a9b0ea44f0a1820f6c9fdc922d20e9cc466903e4dc71ace17063d826c4fc01eb004dae2da95147ac707d2bed5da8783f975f69fa6e3a28ceb6ad081141323 WHIRLPOOL 22f4f9e4ca10026f97fd5c619bb7785d119a95fdaf7e9a56a74bd7ae1810b35a8e6cdae026c8833aaf08bd29a359855c29f027e7dd0a8d333c1f4559a8977b8f
+DIST smplayer-skins-15.2.0.tar.bz2 382879 SHA256 a73fe16f8b8802780bbac4485767f309ea8064a48e98f0b37523dc2fb7245197 SHA512 58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83 WHIRLPOOL 1a380e2bf4cfc6424c9ead4558fd93b740c52091a5c9e09facc1a4dcc44abe2510ced427243f56027bf94537151cb1e8fc0405948258fb94a1a1a8e9f72c6a08
diff --git a/x11-themes/smplayer-skins/metadata.xml b/x11-themes/smplayer-skins/metadata.xml
new file mode 100644
index 000000000000..862485291aec
--- /dev/null
+++ b/x11-themes/smplayer-skins/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>qt</herd>
+ <herd>video</herd>
+ <upstream>
+ <remote-id type="sourceforge">smplayer</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-themes/smplayer-skins/smplayer-skins-14.9.0.ebuild b/x11-themes/smplayer-skins/smplayer-skins-14.9.0.ebuild
new file mode 100644
index 000000000000..a7fc44e55ce7
--- /dev/null
+++ b/x11-themes/smplayer-skins/smplayer-skins-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="Skins 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-skins/smplayer-skins-15.2.0.ebuild b/x11-themes/smplayer-skins/smplayer-skins-15.2.0.ebuild
new file mode 100644
index 000000000000..ae5bbd45600a
--- /dev/null
+++ b/x11-themes/smplayer-skins/smplayer-skins-15.2.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="Skins 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
+}