diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-14 17:01:41 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-14 17:01:41 +0000 |
commit | 8017b6a6aab2bb552dfe8ab0c72c4def1f1c261f (patch) | |
tree | defbb547b1615d56c9e6e47866ea5aef13bac091 | |
parent | Version bump to 2.0.6_pre5 for testing. (diff) | |
download | gentoo-2-8017b6a6aab2bb552dfe8ab0c72c4def1f1c261f.tar.gz gentoo-2-8017b6a6aab2bb552dfe8ab0c72c4def1f1c261f.tar.bz2 gentoo-2-8017b6a6aab2bb552dfe8ab0c72c4def1f1c261f.zip |
Version bump wrt #209879, by armin76
(Portage version: 2.1.4.4)
-rw-r--r-- | app-cdr/isomaster/ChangeLog | 10 | ||||
-rw-r--r-- | app-cdr/isomaster/isomaster-1.0.ebuild | 26 | ||||
-rw-r--r-- | app-cdr/isomaster/isomaster-1.2.ebuild | 26 | ||||
-rw-r--r-- | app-cdr/isomaster/isomaster-1.3.1.ebuild | 28 |
4 files changed, 36 insertions, 54 deletions
diff --git a/app-cdr/isomaster/ChangeLog b/app-cdr/isomaster/ChangeLog index 94afea443ec3..755196d347e7 100644 --- a/app-cdr/isomaster/ChangeLog +++ b/app-cdr/isomaster/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/isomaster -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v 1.8 2007/12/16 14:55:58 pylon Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v 1.9 2008/02/14 17:01:41 drac Exp $ + +*isomaster-1.3.1 (14 Feb 2008) + + 14 Feb 2008; Samuli Suominen <drac@gentoo.org> -isomaster-1.0.ebuild, + -isomaster-1.2.ebuild, +isomaster-1.3.1.ebuild: + Version bump wrt #209879, by armin76 *isomaster-1.2 (16 Dec 2007) diff --git a/app-cdr/isomaster/isomaster-1.0.ebuild b/app-cdr/isomaster/isomaster-1.0.ebuild deleted file mode 100644 index c0aee5c17b3e..000000000000 --- a/app-cdr/isomaster/isomaster-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.0.ebuild,v 1.1 2007/07/20 13:09:21 pylon Exp $ - -inherit eutils - -DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" -HOMEPAGE="http://littlesvr.ca/isomaster/" -SRC_URI="http://littlesvr.ca/isomaster/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0" -DEPEND="${RDEPEND}" - -src_compile() { - emake PREFIX="/usr" || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed" - dodoc *.TXT -} diff --git a/app-cdr/isomaster/isomaster-1.2.ebuild b/app-cdr/isomaster/isomaster-1.2.ebuild deleted file mode 100644 index b6651ded2c06..000000000000 --- a/app-cdr/isomaster/isomaster-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.2.ebuild,v 1.1 2007/12/16 14:55:58 pylon Exp $ - -inherit eutils - -DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" -HOMEPAGE="http://littlesvr.ca/isomaster/" -SRC_URI="http://littlesvr.ca/isomaster/releases/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0" -DEPEND="${RDEPEND}" - -src_compile() { - emake PREFIX="/usr" || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed" - dodoc *.TXT -} diff --git a/app-cdr/isomaster/isomaster-1.3.1.ebuild b/app-cdr/isomaster/isomaster-1.3.1.ebuild new file mode 100644 index 000000000000..5454dd242d50 --- /dev/null +++ b/app-cdr/isomaster/isomaster-1.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.3.1.ebuild,v 1.1 2008/02/14 17:01:41 drac Exp $ + +inherit toolchain-funcs + +DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" +HOMEPAGE="http://littlesvr.ca/isomaster" +SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + tc-export CC + emake PREFIX="/usr" || die "emake failed." +} + +src_install() { + emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed." + dodoc {CHANGELOG,CREDITS,README,TODO}.TXT +} |