public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/mpg123-el: ChangeLog mpg123-el-1.52.ebuild
@ 2009-10-16 21:40 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-10-16 21:40 UTC (permalink / raw
  To: gentoo-commits

ulm         09/10/16 21:40:59

  Modified:             ChangeLog
  Added:                mpg123-el-1.52.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.21                 app-emacs/mpg123-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Jun 2009 17:08:58 -0000	1.20
+++ ChangeLog	16 Oct 2009 21:40:58 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for app-emacs/mpg123-el
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.20 2009/06/03 17:08:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.21 2009/10/16 21:40:58 ulm Exp $
+
+*mpg123-el-1.52 (16 Oct 2009)
+
+  16 Oct 2009; Ulrich Mueller <ulm@gentoo.org> +mpg123-el-1.52.ebuild:
+  Version bump.
 
   03 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   -mpg123-el-1.50.ebuild:



1.1                  app-emacs/mpg123-el/mpg123-el-1.52.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild?rev=1.1&content-type=text/plain

Index: mpg123-el-1.52.ebuild
===================================================================
# Copyright 1999-2009 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.52.ebuild,v 1.1 2009/10/16 21:40:58 ulm Exp $

inherit elisp toolchain-funcs

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="media-sound/mpg123
	media-sound/aumix
	vorbis? ( media-sound/vorbis-tools )"

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
	elisp-compile *.el || die
}

src_install() {
	dobin tagput id3put || die
	elisp-install ${PN} *.el *.elc || die
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/mpg123-el: ChangeLog mpg123-el-1.52.ebuild
@ 2010-10-15  8:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-15  8:30 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/15 08:30:15

  Modified:             ChangeLog
  Removed:              mpg123-el-1.52.ebuild
  Log:
  clean up
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.32                 app-emacs/mpg123-el/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mpg123-el/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	14 Oct 2010 16:47:34 -0000	1.31
+++ ChangeLog	15 Oct 2010 08:30:15 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/mpg123-el
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.31 2010/10/14 16:47:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.32 2010/10/15 08:30:15 fauli Exp $
+
+  15 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+  -mpg123-el-1.52.ebuild:
+  clean up
 
   14 Oct 2010; Brent Baude <ranger@gentoo.org> mpg123-el-1.55.ebuild:
   stable ppc, bug 330317






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-15  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15  8:30 [gentoo-commits] gentoo-x86 commit in app-emacs/mpg123-el: ChangeLog mpg123-el-1.52.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-16 21:40 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox