* [gentoo-commits] gentoo-x86 commit in media-sound/seq24: ChangeLog seq24-0.9.2.ebuild
@ 2010-12-27 1:16 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-12-27 1:16 UTC (permalink / raw
To: gentoo-commits
aballier 10/12/27 01:16:44
Modified: ChangeLog
Added: seq24-0.9.2.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.40 media-sound/seq24/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 1 Aug 2009 06:37:56 -0000 1.39
+++ ChangeLog 27 Dec 2010 01:16:44 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/seq24
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.39 2009/08/01 06:37:56 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.40 2010/12/27 01:16:44 aballier Exp $
+
+*seq24-0.9.2 (27 Dec 2010)
+
+ 27 Dec 2010; Alexis Ballier <aballier@gentoo.org> +seq24-0.9.2.ebuild:
+ version bump
01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> seq24-0.9.0.ebuild:
Remove USE depend for media-libs/alsa-lib[midi].
1.1 media-sound/seq24/seq24-0.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild?rev=1.1&content-type=text/plain
Index: seq24-0.9.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.1 2010/12/27 01:16:44 aballier Exp $
EAPI=2
inherit eutils
DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances."
HOMEPAGE="https://edge.launchpad.net/seq24/"
SRC_URI="http://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2"
IUSE="jack lash"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="media-libs/alsa-lib
>=dev-cpp/gtkmm-2.4
>=dev-libs/libsigc++-2.2:2
jack? ( >=media-sound/jack-audio-connection-kit-0.90 )
lash? ( >=media-sound/lash-0.5 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
$(use_enable jack) \
$(use_enable lash)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README RTC SEQ24
newicon src/pixmaps/seq24_32.xpm seq24.xpm
make_desktop_entry seq24
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/seq24: ChangeLog seq24-0.9.2.ebuild
@ 2011-10-25 16:44 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-25 16:44 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/25 16:44:26
Modified: ChangeLog seq24-0.9.2.ebuild
Log:
x86 stable wrt bug #387787
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.43 media-sound/seq24/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 22 Oct 2011 19:00:21 -0000 1.42
+++ ChangeLog 25 Oct 2011 16:44:26 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/seq24
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.42 2011/10/22 19:00:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.43 2011/10/25 16:44:26 phajdan.jr Exp $
+
+ 25 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> seq24-0.9.2.ebuild:
+ x86 stable wrt bug #387787
22 Oct 2011; Markos Chandras <hwoarang@gentoo.org> seq24-0.9.2.ebuild:
Stable on amd64 wrt bug #387787
1.4 media-sound/seq24/seq24-0.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild?r1=1.3&r2=1.4
Index: seq24-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seq24-0.9.2.ebuild 22 Oct 2011 19:00:21 -0000 1.3
+++ seq24-0.9.2.ebuild 25 Oct 2011 16:44:26 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.3 2011/10/22 19:00:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.4 2011/10/25 16:44:26 phajdan.jr Exp $
EAPI=2
inherit eutils
@@ -12,7 +12,7 @@
IUSE="jack lash"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND="media-libs/alsa-lib
>=dev-cpp/gtkmm-2.4:2.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/seq24: ChangeLog seq24-0.9.2.ebuild
@ 2015-03-29 21:56 Manuel Rueger (mrueg)
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-03-29 21:56 UTC (permalink / raw
To: gentoo-commits
mrueg 15/03/29 21:56:14
Modified: ChangeLog
Removed: seq24-0.9.2.ebuild
Log:
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.50 media-sound/seq24/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/seq24/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 10 Aug 2014 21:11:43 -0000 1.49
+++ ChangeLog 29 Mar 2015 21:56:14 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/seq24
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.49 2014/08/10 21:11:43 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.50 2015/03/29 21:56:14 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -seq24-0.9.2.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> seq24-0.9.2-r1.ebuild,
seq24-0.9.2.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-29 21:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 16:44 [gentoo-commits] gentoo-x86 commit in media-sound/seq24: ChangeLog seq24-0.9.2.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2015-03-29 21:56 Manuel Rueger (mrueg)
2010-12-27 1:16 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox