diff options
author | 2005-03-16 20:00:06 +0000 | |
---|---|---|
committer | 2005-03-16 20:00:06 +0000 | |
commit | 920c2426b52d2a22285614325044d44d08373cfc (patch) | |
tree | f41c098233c531bf5c8930543e138f481c75a383 /kde-base/noatun-plugins | |
parent | Mark ~amd64 (diff) | |
download | historical-920c2426b52d2a22285614325044d44d08373cfc.tar.gz historical-920c2426b52d2a22285614325044d44d08373cfc.tar.bz2 historical-920c2426b52d2a22285614325044d44d08373cfc.zip |
Removing 3.4.0 prereleases: beta1, beta2. RC1 can also be removed but I want to be sure sparc's finished keywording 3.4.0.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/noatun-plugins')
3 files changed, 0 insertions, 51 deletions
diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_beta2-r1 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_beta2-r1 deleted file mode 100644 index fdd0864cee93..000000000000 --- a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_beta2-r1 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 ac0def6fda7c6355244b4b38bcda8768 kdeaddons-3.3.90.tar.bz2 1564757 -MD5 ff3cef5dd66c457870c6ceef841b36e8 kdeaddons-3.3.90-3.3.91.tar.xdelta 127951 -MD5 ebfcbbdc768efe5525836ae5c4718aa3 kdeaddons-3.3.91-3.3.92.tar.xdelta 154375 -MD5 e7eb91b5605a5660a8bbf8bfe00458db kdeaddons-3.3.92.tar.bz2 1561062 diff --git a/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff b/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff deleted file mode 100644 index bf3f954f57af..000000000000 --- a/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff +++ /dev/null @@ -1,24 +0,0 @@ ---- noatun-plugins/oblique/configure.in.in.orig 2004-10-09 11:41:38.000000000 +0200 -+++ noatun-plugins/oblique/configure.in.in 2005-02-11 20:29:38.760533256 +0200 -@@ -1,19 +1,4 @@ -- --AC_MSG_CHECKING(for Berkeley DB++) --berkeley_db=no --AC_LANG_PUSH(C++) --AC_TRY_COMPILE([ -- #include <db_cxx.h> -- ],[ -- ],[ -- berkeley_db=yes -- ]) --AC_MSG_RESULT($berkeley_db) --AC_DEFINE(BERKELEY_DB,1,[Define if you have Berkeley DB++ installed]) --BERKELEY_DB_LIBS="-ldb_cxx" -+berkeley_db=yes -+BERKELEY_DB_LIBS="-ldb_cxx-4.2" - AC_SUBST(BERKELEY_DB_LIBS) --AC_LANG_POP(C++) -- - AM_CONDITIONAL(include_BERKELEY_DB, test "$berkeley_db" = yes) -- -- diff --git a/kde-base/noatun-plugins/noatun-plugins-3.4.0_beta2-r1.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.4.0_beta2-r1.ebuild deleted file mode 100644 index a958a68b689d..000000000000 --- a/kde-base/noatun-plugins/noatun-plugins-3.4.0_beta2-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.4.0_beta2-r1.ebuild,v 1.1 2005/02/11 18:35:02 danarmak Exp $ -KMNAME=kdeaddons -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Various plugins for noatun" -KEYWORDS="~x86" -IUSE="arts sdl berkdb" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/noatun) - arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) - sdl? ( >=media-libs/libsdl-1.2 ) - berkdb? ( =sys-libs/db-4.2* )" - -# This patch makes the configure test in noatun-oblique find db_cxx.h, -# but it also makes db support non-optional. should be fixed, ideally -if useq berkdb; then - PATCHES="$FILESDIR/noatun-oblique-db-location-$PV.diff" - myconf="--with-extra-includes=/usr/include/db4.2" -fi - |