summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:15:01 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-13 15:15:01 +0000
commit5f36d82c573935c90658b672ef385dbafc4a59cc (patch)
treeebc3209b97f86ec7349295b6a45b3db0e92f0484 /net-misc
parentFix mirror:// SRC_URI. (diff)
downloadhistorical-5f36d82c573935c90658b672ef385dbafc4a59cc.tar.gz
historical-5f36d82c573935c90658b672ef385dbafc4a59cc.tar.bz2
historical-5f36d82c573935c90658b672ef385dbafc4a59cc.zip
Remove xmms useflag.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/logjam/ChangeLog6
-rw-r--r--net-misc/logjam/logjam-4.4.1.ebuild9
-rw-r--r--net-misc/logjam/logjam-4.5.2.ebuild7
-rw-r--r--net-misc/streamtuner/ChangeLog9
-rw-r--r--net-misc/streamtuner/streamtuner-0.12.4.ebuild15
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild13
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.99.ebuild13
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.ebuild13
8 files changed, 41 insertions, 44 deletions
diff --git a/net-misc/logjam/ChangeLog b/net-misc/logjam/ChangeLog
index cf59380d8dc0..a1dd408f6d5f 100644
--- a/net-misc/logjam/ChangeLog
+++ b/net-misc/logjam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/logjam
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/ChangeLog,v 1.34 2006/11/02 21:07:51 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/ChangeLog,v 1.35 2006/11/13 15:15:01 flameeyes Exp $
+
+ 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> logjam-4.4.1.ebuild,
+ logjam-4.5.2.ebuild:
+ Remove xmms useflag.
02 Nov 2006; John N. Laliberte <allanonjl@gentoo.org>
-files/logjam-4.4.0-gcc3.4.patch, -files/logjam-4.4.0-offline-sync.patch,
diff --git a/net-misc/logjam/logjam-4.4.1.ebuild b/net-misc/logjam/logjam-4.4.1.ebuild
index 9920eba70312..637bb8f09f91 100644
--- a/net-misc/logjam/logjam-4.4.1.ebuild
+++ b/net-misc/logjam/logjam-4.4.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.4.1.ebuild,v 1.7 2006/11/02 21:07:51 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.4.1.ebuild,v 1.8 2006/11/13 15:15:01 flameeyes Exp $
-IUSE="gtk gtkhtml spell svg xmms"
+IUSE="gtk gtkhtml spell svg"
inherit
@@ -20,8 +20,7 @@ RDEPEND=">=dev-libs/libxml2-2.0
gtk? ( >=x11-libs/gtk+-2 )
gtkhtml? ( =gnome-extra/gtkhtml-3.0.10* )
spell? ( app-text/gtkspell )
- svg? ( >=gnome-base/librsvg-2.2.3 )
- xmms? ( media-sound/xmms )"
+ svg? ( >=gnome-base/librsvg-2.2.3 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.29
@@ -39,7 +38,7 @@ src_compile() {
`use_with gtkhtml` \
`use_with spell gtkspell` \
`use_with svg librsvg` \
- `use_with xmms` || die
+ --without-xmms || die
emake || die
}
diff --git a/net-misc/logjam/logjam-4.5.2.ebuild b/net-misc/logjam/logjam-4.5.2.ebuild
index 211492f1767a..4db989ecddde 100644
--- a/net-misc/logjam/logjam-4.5.2.ebuild
+++ b/net-misc/logjam/logjam-4.5.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.5.2.ebuild,v 1.3 2006/11/02 21:07:51 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.5.2.ebuild,v 1.4 2006/11/13 15:15:01 flameeyes Exp $
-IUSE="gtk gtkhtml spell sqlite svg xmms"
+IUSE="gtk gtkhtml spell sqlite svg"
inherit
@@ -21,7 +21,6 @@ RDEPEND=">=dev-libs/libxml2-2.0
gtkhtml? ( >=gnome-extra/gtkhtml-3 )
spell? ( app-text/gtkspell )
svg? ( >=gnome-base/librsvg-2.2.3 )
- xmms? ( media-sound/xmms )
sqlite? ( >=dev-db/sqlite-3 )"
DEPEND="${RDEPEND}
@@ -41,7 +40,7 @@ src_compile() {
`use_with spell gtkspell` \
`use_with svg librsvg` \
`use_with sqlite sqlite3` \
- `use_with xmms` || die
+ --without-xmms || die
emake || die
}
diff --git a/net-misc/streamtuner/ChangeLog b/net-misc/streamtuner/ChangeLog
index 141dadb22cf4..33883c58c5fd 100644
--- a/net-misc/streamtuner/ChangeLog
+++ b/net-misc/streamtuner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/streamtuner
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.24 2005/10/18 23:21:11 chainsaw Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.25 2006/11/13 15:13:37 flameeyes Exp $
+
+ 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+ streamtuner-0.12.4.ebuild, streamtuner-0.99.ebuild,
+ streamtuner-0.99.99.ebuild, streamtuner-0.99.99-r1.ebuild:
+ Remove xmms useflag.
18 Oct 2005; Tony Vroon <chainsaw@gentoo.org>
streamtuner-0.99.99-r1.ebuild:
diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
index 2f46c8250d31..bd6bd6f8510f 100644
--- a/net-misc/streamtuner/streamtuner-0.12.4.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.4 2005/01/30 08:55:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.5 2006/11/13 15:13:37 flameeyes Exp $
-IUSE="xmms"
+IUSE=""
inherit gnome2 eutils
@@ -14,13 +14,12 @@ SLOT="0"
KEYWORDS="x86 ~ppc amd64 sparc"
LICENSE="BSD"
-DEPEND=">=x11-libs/gtk+-2.2.2
+RDEPEND=">=x11-libs/gtk+-2.2.2
>=net-misc/curl-7.10.8
- >=app-text/scrollkeeper-0.3.0
- dev-util/pkgconfig"
+ >=app-text/scrollkeeper-0.3.0"
-RDEPEND="${DEPEND}
- xmms? ( media-sound/xmms )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild
index 9c6ff128f49c..5104f780fe2a 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.3 2005/10/24 12:17:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r1.ebuild,v 1.4 2006/11/13 15:13:37 flameeyes Exp $
-IUSE="xmms"
+IUSE=""
inherit gnome2 eutils
@@ -15,16 +15,13 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4
>=net-misc/curl-7.10.8
>=app-text/scrollkeeper-0.3.0
dev-libs/libxml2
>=media-libs/taglib-1.2"
-RDEPEND="${DEPEND}
- xmms? ( media-sound/xmms )"
-
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/net-misc/streamtuner/streamtuner-0.99.99.ebuild b/net-misc/streamtuner/streamtuner-0.99.99.ebuild
index 0312c1aa79b8..1467777fa81d 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.2 2005/01/30 08:55:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.3 2006/11/13 15:13:37 flameeyes Exp $
-IUSE="xmms"
+IUSE=""
inherit gnome2 eutils
@@ -14,16 +14,13 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4
>=net-misc/curl-7.10.8
>=app-text/scrollkeeper-0.3.0
>=dev-libs/libxml-1.8.17-r2
>=media-libs/taglib-1.2"
-RDEPEND="${DEPEND}
- xmms? ( media-sound/xmms )"
-
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/net-misc/streamtuner/streamtuner-0.99.ebuild b/net-misc/streamtuner/streamtuner-0.99.ebuild
index 8737b2b896fe..68b4aeb159d1 100644
--- a/net-misc/streamtuner/streamtuner-0.99.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.ebuild,v 1.2 2005/01/30 08:55:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.ebuild,v 1.3 2006/11/13 15:13:37 flameeyes Exp $
-IUSE="xmms"
+IUSE=""
inherit gnome2 eutils
@@ -14,16 +14,13 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4
>=net-misc/curl-7.10.8
>=app-text/scrollkeeper-0.3.0
>=dev-libs/libxml-1.8.17-r2
>=media-libs/taglib-1.2"
-RDEPEND="${DEPEND}
- xmms? ( media-sound/xmms )"
-
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"