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 --- media-plugins/qmmp-plugin-pack/Manifest | 2 ++ media-plugins/qmmp-plugin-pack/metadata.xml | 12 +++++++++++ .../qmmp-plugin-pack/qmmp-plugin-pack-0.8.3.ebuild | 25 ++++++++++++++++++++++ .../qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild | 25 ++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 media-plugins/qmmp-plugin-pack/Manifest create mode 100644 media-plugins/qmmp-plugin-pack/metadata.xml create mode 100644 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.3.ebuild create mode 100644 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild (limited to 'media-plugins/qmmp-plugin-pack') diff --git a/media-plugins/qmmp-plugin-pack/Manifest b/media-plugins/qmmp-plugin-pack/Manifest new file mode 100644 index 000000000000..eb78af3d2b9b --- /dev/null +++ b/media-plugins/qmmp-plugin-pack/Manifest @@ -0,0 +1,2 @@ +DIST qmmp-plugin-pack-0.8.3.tar.bz2 163989 SHA256 7b45464429a44f0de9f611ec4c2d396752c3be19e3b8076f8909cb18930589f0 SHA512 ffa41eae98f6e283f5f4699e533ba85c1cb89d9e39a2d45ac76ccb38ad444ea379e51753ac4d78027b0ba35adecde47c1b64e65bbfdb61a5226b2eab6290613c WHIRLPOOL 62d4d433b028b8003b13e41eb36c8518495b7d27adbf0adc6d60d61543292961d745623166a007f57d468c153a07aa6e13c6dca83892f81ae8db4f301e9c82fc +DIST qmmp-plugin-pack-0.8.4.tar.bz2 164215 SHA256 f6ef6ec2fdcd8809fa826f75b1d723fa0c83bd6d13a4ffa9af7db82a167f265a SHA512 862d46cf2506932a0c35ebb30b46705a99f9d65a0332209467e30fdcb564ea483003de07f153939ded944ff3aa33221d0af1660a65bb9017a5638d46f8f675a5 WHIRLPOOL bbc9358a0cfb5759a56cf4c6c9939556530d8987f6c3613ab21e8c46467fa9ca96f56cc8ad25f64175245dbb716ac45b49c59fde8edbde449f70d958831d27f5 diff --git a/media-plugins/qmmp-plugin-pack/metadata.xml b/media-plugins/qmmp-plugin-pack/metadata.xml new file mode 100644 index 000000000000..1ed066c759ec --- /dev/null +++ b/media-plugins/qmmp-plugin-pack/metadata.xml @@ -0,0 +1,12 @@ + + + +sound + +hwoarang@gentoo.org +Markos Chandras + + + + + diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.3.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.3.ebuild new file mode 100644 index 000000000000..c30a969a8e36 --- /dev/null +++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_MIN_VERSION=2.8 + +inherit cmake-utils + +DESCRIPTION="A set of extra plugins for Qmmp" +HOMEPAGE="http://qmmp.ylsoftware.com/" +SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/taglib + media-sound/mpg123 + media-sound/qmmp + dev-qt/qtgui:4" +DEPEND="${RDEPEND} + dev-lang/yasm" diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild new file mode 100644 index 000000000000..35c11242d1fb --- /dev/null +++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_MIN_VERSION=2.8 + +inherit cmake-utils + +DESCRIPTION="A set of extra plugins for Qmmp" +HOMEPAGE="http://qmmp.ylsoftware.com/" +SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/taglib + media-sound/mpg123 + media-sound/qmmp + dev-qt/qtgui:4" +DEPEND="${RDEPEND} + dev-lang/yasm" -- cgit v1.2.3-65-gdbad