summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-04 20:16:24 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-04 20:16:24 +0000
commitef3e5c7292e3d061a7a59823c37aa915831cf759 (patch)
treef989e1f56588adb45c502fe66af712751dc93dd4 /app-emacs
parentRemove ati-gatos mask (diff)
downloadgentoo-2-ef3e5c7292e3d061a7a59823c37aa915831cf759.tar.gz
gentoo-2-ef3e5c7292e3d061a7a59823c37aa915831cf759.tar.bz2
gentoo-2-ef3e5c7292e3d061a7a59823c37aa915831cf759.zip
Initial import. Thanks to Louis C. Candell <gentoo@ossh.com> and Atzm Watanabe <sitosito@p.chan.ne.jp>, closing bug #37456
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/mpg123-el/ChangeLog11
-rw-r--r--app-emacs/mpg123-el/Manifest4
-rw-r--r--app-emacs/mpg123-el/files/50mpg123-el-gentoo.el4
-rw-r--r--app-emacs/mpg123-el/files/digest-mpg123-el-1.421
-rw-r--r--app-emacs/mpg123-el/metadata.xml5
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.42.ebuild40
6 files changed, 65 insertions, 0 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog
new file mode 100644
index 000000000000..82d630ea806f
--- /dev/null
+++ b/app-emacs/mpg123-el/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/mpg123-el
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.1 2004/06/04 20:16:24 usata Exp $
+
+*mpg123-el-1.42 (05 Jun 2004)
+
+ 05 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> mpg123-el-1.42.ebuild,
+ files/50mpg123-el-gentoo.el:
+ Initial import. Thanks to Louis C. Candell <gentoo@ossh.com> and
+ Atzm Watanabe <sitosito@p.chan.ne.jp>, closing bug #37456
+
diff --git a/app-emacs/mpg123-el/Manifest b/app-emacs/mpg123-el/Manifest
new file mode 100644
index 000000000000..0a1700859372
--- /dev/null
+++ b/app-emacs/mpg123-el/Manifest
@@ -0,0 +1,4 @@
+MD5 dcbcb32324ad2c7b33ef69d204c1332d mpg123-el-1.42.ebuild 882
+MD5 9c3b3200b38bff10f39e9542af598077 mpg123-el-1.42.ebuild.bak 879
+MD5 21ae7501baae4ed25333b0a82217762d files/50mpg123-el-gentoo.el 156
+MD5 425a8001688ad8ceca2b40245a62be50 files/digest-mpg123-el-1.42 66
diff --git a/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el
new file mode 100644
index 000000000000..1f7c0b0829ed
--- /dev/null
+++ b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el
@@ -0,0 +1,4 @@
+;;; mpg123 site-lisp configuration
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
+(setq id3*put-prog "tagput")
diff --git a/app-emacs/mpg123-el/files/digest-mpg123-el-1.42 b/app-emacs/mpg123-el/files/digest-mpg123-el-1.42
new file mode 100644
index 000000000000..c6b05f42332f
--- /dev/null
+++ b/app-emacs/mpg123-el/files/digest-mpg123-el-1.42
@@ -0,0 +1 @@
+MD5 d3ffa5322bd630109ecce07be4031a27 mpg123-el-1.42.tar.bz2 32177
diff --git a/app-emacs/mpg123-el/metadata.xml b/app-emacs/mpg123-el/metadata.xml
new file mode 100644
index 000000000000..bc306fe58224
--- /dev/null
+++ b/app-emacs/mpg123-el/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>emacs</herd>
+</pkgmetadata>
diff --git a/app-emacs/mpg123-el/mpg123-el-1.42.ebuild b/app-emacs/mpg123-el/mpg123-el-1.42.ebuild
new file mode 100644
index 000000000000..c483b6dac0bc
--- /dev/null
+++ b/app-emacs/mpg123-el/mpg123-el-1.42.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.42.ebuild,v 1.1 2004/06/04 20:16:24 usata Exp $
+
+inherit gcc elisp
+
+IUSE="oggvorbis"
+
+DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
+HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
+# source bits are taken from the site above
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+DEPEND="virtual/emacs"
+RDEPEND="${DEPEND}
+ virtual/mpg123
+ media-sound/aumix
+ oggvorbis? ( media-sound/vorbis-tools )"
+
+SLOT="0"
+LICENSE="freedist"
+KEYWORDS="~x86"
+
+SITEFILE="50mpg123-el-gentoo.el"
+
+src_compile(){
+ $(gcc-getCC) ${CFLAGS} -o tagput tagput.c || die
+ $(gcc-getCC) ${CFLAGS} -o id3put id3put.c || die
+ elisp-compile *.el
+}
+
+src_install(){
+ dobin tagput || die
+ dobin id3put || die
+
+ elisp-install ${PN} *.el *.elc
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
+
+ dodoc README
+}