summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-06-01 17:08:11 +0000
committerDaniel Drake <dsd@gentoo.org>2005-06-01 17:08:11 +0000
commit2451cccccf91f96b55edab053c6e261e86d648a4 (patch)
tree9525f309c96e91d6801f59decfc944e37f2d1e4d /media-sound/easytag
parentFix typo in src_compile. grrr. (diff)
downloadgentoo-2-2451cccccf91f96b55edab053c6e261e86d648a4.tar.gz
gentoo-2-2451cccccf91f96b55edab053c6e261e86d648a4.tar.bz2
gentoo-2-2451cccccf91f96b55edab053c6e261e86d648a4.zip
1.1 stable on x86
(Portage version: 1.589-cvs)
Diffstat (limited to 'media-sound/easytag')
-rw-r--r--media-sound/easytag/ChangeLog6
-rw-r--r--media-sound/easytag/easytag-1.1.ebuild4
-rw-r--r--media-sound/easytag/easytag-1.99.3.ebuild50
-rw-r--r--media-sound/easytag/files/digest-easytag-1.99.31
4 files changed, 7 insertions, 54 deletions
diff --git a/media-sound/easytag/ChangeLog b/media-sound/easytag/ChangeLog
index ac2bcb54032e..6665494ebdcf 100644
--- a/media-sound/easytag/ChangeLog
+++ b/media-sound/easytag/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/easytag
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.60 2005/05/02 21:13:07 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.61 2005/06/01 17:08:11 dsd Exp $
+
+ 01 Jun 2005; Daniel Drake <dsd@gentoo.org> easytag-1.1.ebuild,
+ -easytag-1.99.3.ebuild:
+ 1.1 stable on x86
*easytag-1.1 (02 May 2005)
diff --git a/media-sound/easytag/easytag-1.1.ebuild b/media-sound/easytag/easytag-1.1.ebuild
index 92a0558c6d63..028ad7ab1e3b 100644
--- a/media-sound/easytag/easytag-1.1.ebuild
+++ b/media-sound/easytag/easytag-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-1.1.ebuild,v 1.1 2005/05/02 21:13:07 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-1.1.ebuild,v 1.2 2005/06/01 17:08:11 dsd Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
IUSE="nls oggvorbis flac"
RDEPEND=">=media-libs/id3lib-3.8.2
diff --git a/media-sound/easytag/easytag-1.99.3.ebuild b/media-sound/easytag/easytag-1.99.3.ebuild
deleted file mode 100644
index 0c22fd27a3ab..000000000000
--- a/media-sound/easytag/easytag-1.99.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-1.99.3.ebuild,v 1.2 2005/02/13 05:46:51 vapier Exp $
-
-inherit eutils gnuconfig
-
-DESCRIPTION="EasyTAG mp3/ogg ID3 tag editor"
-HOMEPAGE="http://easytag.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls oggvorbis flac"
-
-RDEPEND=">=media-libs/id3lib-3.8.2
- >=x11-libs/gtk+-2.4.1
- flac? ( >=media-libs/flac-1.1.0 >=media-libs/libvorbis-1.0 )
- oggvorbis? ( >=media-libs/libvorbis-1.0 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_compile() {
- econf \
- $(use_enable oggvorbis ogg) \
- $(use_enable nls) \
- $(use_enable flac) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- einstall \
- sysdir=${D}/usr/share/applets/Multimedia \
- GNOME_SYSCONFDIR=${D}/etc \
- || die
-
- dodoc ChangeLog NEWS README TODO THANKS USERS-GUIDE
-}
-
-pkg_postinst() {
- einfo "This version of EasyTAG is GTK+ 2.4 based only, with no GTK+ 1.x support"
- einfo "Please use EasyTAG 1.0 if you are looking for the stable GTK+ 1.x version"
- ewarn "GTK+ 2 support for this program is still experimental"
- ewarn "Please report bugs to http://bugs.gentoo.org"
-}
diff --git a/media-sound/easytag/files/digest-easytag-1.99.3 b/media-sound/easytag/files/digest-easytag-1.99.3
deleted file mode 100644
index b26dfa038143..000000000000
--- a/media-sound/easytag/files/digest-easytag-1.99.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36d30ccc8e5957e78c973660aacc2e4a easytag-1.99.3.tar.bz2 1108454