summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-07 07:40:38 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-07 07:40:38 +0000
commit0ca39ea6d3cd84df472a5a91c4890bb83182eb2c (patch)
treeac3679d3edd19eed83b75b79e2187c00fde91fce
parentRemove redundant SIMPLE_ELISP and DEPEND=virtual/emacs. Quote some variables. (diff)
downloadgentoo-2-0ca39ea6d3cd84df472a5a91c4890bb83182eb2c.tar.gz
gentoo-2-0ca39ea6d3cd84df472a5a91c4890bb83182eb2c.tar.bz2
gentoo-2-0ca39ea6d3cd84df472a5a91c4890bb83182eb2c.zip
Remove quotes around tc-getCC command substitution. Remove old.
(Portage version: 2.1.3.12)
-rw-r--r--app-emacs/mpg123-el/ChangeLog6
-rw-r--r--app-emacs/mpg123-el/files/digest-mpg123-el-1.423
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.42.ebuild41
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.47.ebuild19
4 files changed, 14 insertions, 55 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog
index d2912557966c..87f785483e25 100644
--- a/app-emacs/mpg123-el/ChangeLog
+++ b/app-emacs/mpg123-el/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mpg123-el
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.10 2007/03/30 22:11:08 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.11 2007/10/07 07:40:38 ulm Exp $
+
+ 07 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -mpg123-el-1.42.ebuild,
+ mpg123-el-1.47.ebuild:
+ Remove quotes around tc-getCC command substitution. Remove old.
30 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
mpg123-el-1.47.ebuild:
diff --git a/app-emacs/mpg123-el/files/digest-mpg123-el-1.42 b/app-emacs/mpg123-el/files/digest-mpg123-el-1.42
deleted file mode 100644
index 5a2dcfb7b948..000000000000
--- a/app-emacs/mpg123-el/files/digest-mpg123-el-1.42
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d3ffa5322bd630109ecce07be4031a27 mpg123-el-1.42.tar.bz2 32177
-RMD160 4a9f593cb618d8575911fe4c918d02970f86aa74 mpg123-el-1.42.tar.bz2 32177
-SHA256 518ef5ee6806d03ae854836d1284ce9d06d5a544c6d2881b6d8bd64171c7b1ec mpg123-el-1.42.tar.bz2 32177
diff --git a/app-emacs/mpg123-el/mpg123-el-1.42.ebuild b/app-emacs/mpg123-el/mpg123-el-1.42.ebuild
deleted file mode 100644
index 91fd6a15441e..000000000000
--- a/app-emacs/mpg123-el/mpg123-el-1.42.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.8 2005/12/26 17:21:38 lu_zero Exp $
-
-inherit toolchain-funcs elisp
-
-IUSE="vorbis"
-
-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
- vorbis? ( media-sound/vorbis-tools )"
-
-SLOT="0"
-LICENSE="freedist"
-KEYWORDS="~amd64 ~ppc x86"
-
-SITEFILE="50mpg123-el-gentoo.el"
-
-src_compile(){
- sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
- "$(tc-getCC)" ${CFLAGS} -o tagput tagput.c || die
- "$(tc-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
-}
diff --git a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild b/app-emacs/mpg123-el/mpg123-el-1.47.ebuild
index bf4ceb867d72..2af182a0b0ca 100644
--- a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild
+++ b/app-emacs/mpg123-el/mpg123-el-1.47.ebuild
@@ -1,31 +1,30 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.47.ebuild,v 1.3 2007/03/30 22:11:08 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.47.ebuild,v 1.4 2007/10/07 07:40:38 ulm Exp $
inherit elisp toolchain-funcs
-IUSE="vorbis"
-
DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc x86"
+IUSE="vorbis"
+
DEPEND=""
RDEPEND="${DEPEND}
virtual/mpg123
media-sound/aumix
vorbis? ( media-sound/vorbis-tools )"
-SLOT="0"
-LICENSE="freedist"
-KEYWORDS="~amd64 ~ppc x86"
-
-SITEFILE="50mpg123-el-gentoo.el"
+SITEFILE=50${PN}-gentoo.el
src_compile(){
sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
- "$(tc-getCC)" ${CFLAGS} -o tagput tagput.c || die
- "$(tc-getCC)" ${CFLAGS} -o id3put id3put.c || die
+ $(tc-getCC) ${CFLAGS} -o tagput tagput.c || die
+ $(tc-getCC) ${CFLAGS} -o id3put id3put.c || die
elisp-compile *.el
}