diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-08-21 01:09:27 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-08-21 01:09:27 +0000 |
commit | a47743fdb3046f0a9dd05b1d11c7316da8a51d5c (patch) | |
tree | e429882ee82cd143488db614441a7c2af9c88337 /dev-libs | |
parent | Apply 0.16 hotfixes (first set) (diff) | |
download | gentoo-2-a47743fdb3046f0a9dd05b1d11c7316da8a51d5c.tar.gz gentoo-2-a47743fdb3046f0a9dd05b1d11c7316da8a51d5c.tar.bz2 gentoo-2-a47743fdb3046f0a9dd05b1d11c7316da8a51d5c.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libburn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libburn/libburn-0.5.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/libburn/ChangeLog b/dev-libs/libburn/ChangeLog index 76b5c109b1aa..99494ea29085 100644 --- a/dev-libs/libburn/ChangeLog +++ b/dev-libs/libburn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libburn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.28 2008/07/22 19:43:45 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.29 2008/08/21 01:09:27 beandog Exp $ + +*libburn-0.5.2 (21 Aug 2008) + + 21 Aug 2008; Steve Dibb <beandog@gentoo.org> +libburn-0.5.2.ebuild: + Version bump *libburn-0.5.0_p0 (22 Jul 2008) diff --git a/dev-libs/libburn/libburn-0.5.2.ebuild b/dev-libs/libburn/libburn-0.5.2.ebuild new file mode 100644 index 000000000000..46df8f9faf70 --- /dev/null +++ b/dev-libs/libburn/libburn-0.5.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.5.2.ebuild,v 1.1 2008/08/21 01:09:27 beandog Exp $ + +MY_PV="${PV}.pl00" + +DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs." +HOMEPAGE="http://libburnia-project.org" +SRC_URI="http://files.libburnia-project.org/releases/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS CONTRIBUTORS README doc/comments +} |