diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-02-27 20:21:43 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-02-27 20:21:43 +0000 |
commit | eb00931a65b01c6559e9cf4565d5263b8e4d2a4e (patch) | |
tree | 26e99fc434b21328d349949a5cf9a31a1c232c6a /kde-base/noatun-plugins | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.gz gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.bz2 gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.zip |
3.4.0 RC1 split ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/noatun-plugins')
5 files changed, 59 insertions, 1 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog index 7a8ed45277e7..456227666763 100644 --- a/kde-base/noatun-plugins/ChangeLog +++ b/kde-base/noatun-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.1 2005/02/11 18:35:02 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.2 2005/02/27 20:21:43 danarmak Exp $ + + 27 Feb 2005; Dan Armak <danarmak@gentoo.org> : + Ebuild for 3.4.0 RC1. *noatun-plugins-3.4.0_beta2-r1 (11 Feb 2005) diff --git a/kde-base/noatun-plugins/Manifest b/kde-base/noatun-plugins/Manifest index 6a2707cd06fb..11e01ed42f80 100644 --- a/kde-base/noatun-plugins/Manifest +++ b/kde-base/noatun-plugins/Manifest @@ -1,5 +1,8 @@ MD5 4d4495a400fded7f7ac3ace69ab787d6 noatun-plugins-3.4.0_beta2-r1.ebuild 846 +MD5 4d4495a400fded7f7ac3ace69ab787d6 noatun-plugins-3.4.0_rc1.ebuild 846 MD5 20297532c9232feacde61f38fdd4cfaf ChangeLog 471 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 +MD5 6ec5a8a3f0f5ae85d431525c926c27fe files/noatun-oblique-db-location-3.4.0_rc1.diff 625 MD5 6ec5a8a3f0f5ae85d431525c926c27fe files/noatun-oblique-db-location-3.4.0_beta2.diff 625 MD5 9009a89a3313cb85f25a0d66683e48ed files/digest-noatun-plugins-3.4.0_beta2-r1 298 +MD5 333f4787d9379a156dba6035f1fca6e3 files/digest-noatun-plugins-3.4.0_rc1 383 diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_rc1 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_rc1 new file mode 100644 index 000000000000..f44831abb7e9 --- /dev/null +++ b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.4.0_rc1 @@ -0,0 +1,5 @@ +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 5aa83a78e9847dc18b8516247accf14e kdeaddons-3.3.92-3.4.0-rc1.tar.xdelta 128308 +MD5 500444d8846d3829e5e4ff964b0b12b2 kdeaddons-3.4.0-rc1.tar.bz2 1670590 diff --git a/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_rc1.diff b/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_rc1.diff new file mode 100644 index 000000000000..bf3f954f57af --- /dev/null +++ b/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_rc1.diff @@ -0,0 +1,24 @@ +--- 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_rc1.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.4.0_rc1.ebuild new file mode 100644 index 000000000000..52129a5a74be --- /dev/null +++ b/kde-base/noatun-plugins/noatun-plugins-3.4.0_rc1.ebuild @@ -0,0 +1,23 @@ +# 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_rc1.ebuild,v 1.1 2005/02/27 20:21:43 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 + |