public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/mp3fs: ChangeLog mp3fs-0.31.ebuild
@ 2012-03-20 19:11 Sebastian Pipping (sping)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping (sping) @ 2012-03-20 19:11 UTC (permalink / raw
  To: gentoo-commits

sping       12/03/20 19:11:21

  Modified:             ChangeLog
  Added:                mp3fs-0.31.ebuild
  Log:
  sys-fs/mp3fs: Bump to 0.31
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sys-fs/mp3fs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	15 Dec 2011 18:43:02 -0000	1.14
+++ ChangeLog	20 Mar 2012 19:11:21 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/mp3fs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.14 2011/12/15 18:43:02 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.15 2012/03/20 19:11:21 sping Exp $
+
+*mp3fs-0.31 (20 Mar 2012)
+
+  20 Mar 2012; Sebastian Pipping <sping@gentoo.org> +mp3fs-0.31.ebuild:
+  Bump to 0.31, looks trivial
 
   15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> mp3fs-0.30.ebuild:
   Stable for AMD64, wrt bug #392781



1.1                  sys-fs/mp3fs/mp3fs-0.31.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.1&content-type=text/plain

Index: mp3fs-0.31.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.1 2012/03/20 19:11:21 sping Exp $

DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
HOMEPAGE="http://khenriks.github.com/mp3fs/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="sys-fs/fuse
	media-libs/libid3tag
	media-libs/flac
	media-sound/lame
	media-libs/libogg"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README.rst
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/mp3fs: ChangeLog mp3fs-0.31.ebuild
@ 2012-06-19 19:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-19 19:50 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/19 19:50:30

  Modified:             ChangeLog mp3fs-0.31.ebuild
  Log:
  Stable for amd64, wrt bug #422215
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-fs/mp3fs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	19 Jun 2012 18:11:26 -0000	1.17
+++ ChangeLog	19 Jun 2012 19:50:30 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/mp3fs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.17 2012/06/19 18:11:26 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.18 2012/06/19 19:50:30 ago Exp $
+
+  19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> mp3fs-0.31.ebuild:
+  Stable for amd64, wrt bug #422215
 
 *mp3fs-0.32 (19 Jun 2012)
 



1.2                  sys-fs/mp3fs/mp3fs-0.31.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?r1=1.1&r2=1.2

Index: mp3fs-0.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mp3fs-0.31.ebuild	20 Mar 2012 19:11:21 -0000	1.1
+++ mp3fs-0.31.ebuild	19 Jun 2012 19:50:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.1 2012/03/20 19:11:21 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.2 2012/06/19 19:50:30 ago Exp $
 
 DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
 HOMEPAGE="http://khenriks.github.com/mp3fs/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="sys-fs/fuse






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/mp3fs: ChangeLog mp3fs-0.31.ebuild
@ 2012-06-20  8:26 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-20  8:26 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/20 08:26:23

  Modified:             ChangeLog mp3fs-0.31.ebuild
  Log:
  marked x86 per bug 422215
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.19                 sys-fs/mp3fs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Jun 2012 19:50:30 -0000	1.18
+++ ChangeLog	20 Jun 2012 08:26:23 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/mp3fs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.18 2012/06/19 19:50:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/ChangeLog,v 1.19 2012/06/20 08:26:23 jdhore Exp $
+
+  20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> mp3fs-0.31.ebuild:
+  marked x86 per bug 422215
 
   19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> mp3fs-0.31.ebuild:
   Stable for amd64, wrt bug #422215



1.3                  sys-fs/mp3fs/mp3fs-0.31.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild?r1=1.2&r2=1.3

Index: mp3fs-0.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mp3fs-0.31.ebuild	19 Jun 2012 19:50:30 -0000	1.2
+++ mp3fs-0.31.ebuild	20 Jun 2012 08:26:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.2 2012/06/19 19:50:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.31.ebuild,v 1.3 2012/06/20 08:26:23 jdhore Exp $
 
 DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
 HOMEPAGE="http://khenriks.github.com/mp3fs/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="sys-fs/fuse






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

end of thread, other threads:[~2012-06-20  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 19:11 [gentoo-commits] gentoo-x86 commit in sys-fs/mp3fs: ChangeLog mp3fs-0.31.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 19:50 Agostino Sarubbo (ago)
2012-06-20  8:26 Jeff Horelick (jdhore)

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