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 /app-eselect/eselect-esd
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 'app-eselect/eselect-esd')
-rw-r--r--app-eselect/eselect-esd/Manifest3
-rw-r--r--app-eselect/eselect-esd/eselect-esd-20060719.ebuild20
-rw-r--r--app-eselect/eselect-esd/eselect-esd-20091106.ebuild20
-rw-r--r--app-eselect/eselect-esd/eselect-esd-20100127.ebuild22
-rw-r--r--app-eselect/eselect-esd/metadata.xml5
5 files changed, 70 insertions, 0 deletions
diff --git a/app-eselect/eselect-esd/Manifest b/app-eselect/eselect-esd/Manifest
new file mode 100644
index 000000000000..36d247ed6837
--- /dev/null
+++ b/app-eselect/eselect-esd/Manifest
@@ -0,0 +1,3 @@
+DIST esd.eselect-20060719.bz2 1440 SHA256 f5d1147e324c285f661f5caf41228bc58e70b8d56f77ac242b8c54302740e3e1 SHA512 a6db28f9c5397862dfdef5f10db49d56f8f9930395b9440d6e092804b18f3d832dacf5c32d5787941499b0d1c634c9e2ef15d137c0837af7a11e0e8fc62fc311 WHIRLPOOL 313191a0bd844db93e808d4dade706089bbdf8691d02fa0d475ffb58d3ddb0e7a1234ca5178df8ec1c23f0b02bda286eafd6e8376d2abedd8c499bfa1be6e580
+DIST esd.eselect-20091106.bz2 1435 SHA256 801fd918a5d3323461329c0f1c892d1ffce28bb1681c02da301f220346137315 SHA512 9631b15bff59982ea6d975514c22fbf83528ef3a85a7a69e3b065ef0809b13fe35a1fe2c4b63c3e68e700ac1789be5076af2a4a2fc796e1bbda6761c0e33eed0 WHIRLPOOL 5a8f61525ecb4a621af1f23cb9788723957f9887d039c2ca262ddcf49e353b812cf083e81dc732f46e417f841074a3ee42bc9a838442f4dd2927c389ecbda476
+DIST esd.eselect-20100127.bz2 1442 SHA256 ffec216aa70a008d5107fc8771d4e396c8cb065bfce1a2901d7b53a575abb874 SHA512 7ba5e685dfc3f1fa0c3d01dcd0c0705df06ff2783d404f446c2ed139d528fb99a919f63bcb60ce43dba2f08ecc3dc60bce78dd1c85447c37984cc1d409cb3d53 WHIRLPOOL a98c59e94553b6ea69a1f95976b3714b8320bb367ae9f6ab858c091c561676c340baf12a7bea70703642392489e17e200f4ecabd68ca8743fddc221c36f7f2ff
diff --git a/app-eselect/eselect-esd/eselect-esd-20060719.ebuild b/app-eselect/eselect-esd/eselect-esd-20060719.ebuild
new file mode 100644
index 000000000000..dc45f862513f
--- /dev/null
+++ b/app-eselect/eselect-esd/eselect-esd-20060719.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Manages configuration of ESounD implementation or PulseAudio wrapper"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/esd.eselect-${PVR}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.0.2
+ !<media-sound/esound-0.2.36-r2"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${WORKDIR}/esd.eselect-${PVR}" esd.eselect || die
+}
diff --git a/app-eselect/eselect-esd/eselect-esd-20091106.ebuild b/app-eselect/eselect-esd/eselect-esd-20091106.ebuild
new file mode 100644
index 000000000000..0a717c29b3a6
--- /dev/null
+++ b/app-eselect/eselect-esd/eselect-esd-20091106.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Manages configuration of ESounD implementation or PulseAudio wrapper"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/esd.eselect-${PVR}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.2.3
+ !<media-sound/esound-0.2.36-r2"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${WORKDIR}/esd.eselect-${PVR}" esd.eselect || die
+}
diff --git a/app-eselect/eselect-esd/eselect-esd-20100127.ebuild b/app-eselect/eselect-esd/eselect-esd-20100127.ebuild
new file mode 100644
index 000000000000..7d0adb04aba1
--- /dev/null
+++ b/app-eselect/eselect-esd/eselect-esd-20100127.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Manages configuration of ESounD implementation or PulseAudio wrapper"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/esd.eselect-${PV}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.2.3
+ !<media-sound/esound-0.2.36-r2"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins esd.eselect-${PV} esd.eselect || die
+}
diff --git a/app-eselect/eselect-esd/metadata.xml b/app-eselect/eselect-esd/metadata.xml
new file mode 100644
index 000000000000..e1774e3d9ad7
--- /dev/null
+++ b/app-eselect/eselect-esd/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>sound</herd>
+</pkgmetadata>