yngwin 15/02/20 15:09:07 Modified: ChangeLog Added: specimen-0.5.2_rc3-r1.ebuild Removed: specimen-0.5.2_rc3.ebuild Log: Update to EAPI=5 (bug #540800) and fix underlinking with patch by Ted Tanberry (bug #499718) (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.22 media-sound/specimen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 5 May 2012 08:52:46 -0000 1.21 +++ ChangeLog 20 Feb 2015 15:09:07 -0000 1.22 @@ -1,6 +1,14 @@ # ChangeLog for media-sound/specimen -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.21 2012/05/05 08:52:46 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.22 2015/02/20 15:09:07 yngwin Exp $ + +*specimen-0.5.2_rc3-r1 (20 Feb 2015) + + 20 Feb 2015; Ben de Groot <[email protected]> + +files/specimen-0.5.2_rc3-underlinking.patch, +specimen-0.5.2_rc3-r1.ebuild, + -specimen-0.5.2_rc3.ebuild: + Update to EAPI=5 (bug #540800) and fix underlinking with patch by Ted Tanberry + (bug #499718) 05 May 2012; Michał Górny <[email protected]> specimen-0.5.2_rc3.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -83,4 +91,3 @@ 29 Jun 2004; Frank van de Pol <[email protected]> : New ebuild donated by mikael soderholm <[email protected]>, closing bug #55340. - 1.1 media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild?rev=1.1&content-type=text/plain Index: specimen-0.5.2_rc3-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild,v 1.1 2015/02/20 15:09:07 yngwin Exp $ EAPI=5 inherit autotools eutils MY_P=${P/_/-} DESCRIPTION="A Midi Controllable Audio Sampler" HOMEPAGE="http://zhevny.com/specimen" SRC_URI="http://zhevny.com/${PN}/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc sparc x86" IUSE="lash" RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2 >=media-libs/alsa-lib-0.9 media-libs/libsamplerate media-libs/libsndfile >=media-libs/phat-0.4 dev-libs/libxml2:2 x11-libs/gtk+:2 gnome-base/libgnomecanvas lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig" S="${WORKDIR}"/${MY_P} src_prepare() { epatch "${FILESDIR}/${P}-jackmidi.patch" \ "${FILESDIR}/${P}-underlinking.patch" eautoreconf } src_configure() { econf $(use_enable lash) } src_install() { default dodoc AUTHORS BUGS ChangeLog NEWS PROFILE \ README ROADMAP TODO STYLE TODO WISHLIST doicon pixmaps/${PN}.png make_desktop_entry ${PN} Specimen ${PN} }
