diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-04-19 19:01:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-04-19 19:01:50 +0000 |
commit | 84e00e461931c0c85849b1968a52315ccb0975d9 (patch) | |
tree | 4077a6fc3e9d8574a4a28ffe24794cffd90952aa /media-libs | |
parent | version bump, by Rafał Mużyło, bug #362793 (diff) | |
download | gentoo-2-84e00e461931c0c85849b1968a52315ccb0975d9.tar.gz gentoo-2-84e00e461931c0c85849b1968a52315ccb0975d9.tar.bz2 gentoo-2-84e00e461931c0c85849b1968a52315ccb0975d9.zip |
version bump
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libcue/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/libcue/libcue-1.4.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/media-libs/libcue/ChangeLog b/media-libs/libcue/ChangeLog index 620b5b0483c0..484a34d5ea2a 100644 --- a/media-libs/libcue/ChangeLog +++ b/media-libs/libcue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libcue -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.13 2010/01/16 14:13:16 klausman Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.14 2011/04/19 19:01:50 aballier Exp $ + +*libcue-1.4.0 (19 Apr 2011) + + 19 Apr 2011; Alexis Ballier <aballier@gentoo.org> +libcue-1.4.0.ebuild: + version bump 16 Jan 2010; Tobias Klausmann <klausman@gentoo.org> libcue-1.3.0.ebuild: Stable on alpha, bug #295051 diff --git a/media-libs/libcue/libcue-1.4.0.ebuild b/media-libs/libcue/libcue-1.4.0.ebuild new file mode 100644 index 000000000000..a6860541a3da --- /dev/null +++ b/media-libs/libcue/libcue-1.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/libcue-1.4.0.ebuild,v 1.1 2011/04/19 19:01:50 aballier Exp $ + +EAPI=2 +DESCRIPTION="CUE Sheet Parser Library" +HOMEPAGE="http://libcue.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="sys-devel/flex + || ( dev-util/yacc sys-devel/bison )" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS +} |