summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/bbcd/ChangeLog12
-rw-r--r--x11-misc/bbcd/bbcd-0.3.1.ebuild28
-rw-r--r--x11-misc/bbcd/files/digest-bbcd-0.3.11
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/bbcd/ChangeLog b/x11-misc/bbcd/ChangeLog
new file mode 100644
index 000000000000..cb3229efcc04
--- /dev/null
+++ b/x11-misc/bbcd/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-misc/bbcd
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header
+
+*bbcd-0.3.1 (4 Nov 2002)
+
+ 4 Nov 2002; Matt Keadle <mkeadle@gentoo.org> bbcd-0.3.1.ebuild
+ files/digest-bbcd-0.3.1:
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. Thanks to Michael Knox for submitting this
+ ebuild.
diff --git a/x11-misc/bbcd/bbcd-0.3.1.ebuild b/x11-misc/bbcd/bbcd-0.3.1.ebuild
new file mode 100644
index 000000000000..0777fde8a3ec
--- /dev/null
+++ b/x11-misc/bbcd/bbcd-0.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Header
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Basic CD Player for blackbox wm"
+HOMEPAGE="http://tranber1.free.fr/bbcd.html"
+SRC_URI="http://tranber1.free.fr/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="virtual/blackbox
+ media-libs/libcdaudio"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make \
+ DESTDIR=${D} \
+ install || die
+ rm -rf ${D}/usr/doc
+ dodoc AUTHORS BUGS ChangeLog NEWS README
+}
diff --git a/x11-misc/bbcd/files/digest-bbcd-0.3.1 b/x11-misc/bbcd/files/digest-bbcd-0.3.1
new file mode 100644
index 000000000000..d7323e4341f5
--- /dev/null
+++ b/x11-misc/bbcd/files/digest-bbcd-0.3.1
@@ -0,0 +1 @@
+MD5 841464ec6f93174c32a2405678c8f1cb bbcd-0.3.1.tar.gz 74853