diff options
author | 2005-09-24 16:27:31 +0000 | |
---|---|---|
committer | 2005-09-24 16:27:31 +0000 | |
commit | 7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d (patch) | |
tree | d6b8a3212096e0077f112b856cdf65c775d7b4e3 /kde-base/noatun-plugins | |
parent | license fun. (diff) | |
download | gentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.tar.gz gentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.tar.bz2 gentoo-2-7a7ade6e0ddbf0a46ff2d233bfcbee11bd7e7b9d.zip |
Removed 3.5_alpha1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r-- | kde-base/noatun-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/noatun-plugins/files/digest-noatun-plugins-3.5_alpha1 | 1 | ||||
-rw-r--r-- | kde-base/noatun-plugins/noatun-plugins-3.5_alpha1.ebuild | 34 |
3 files changed, 5 insertions, 36 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog index 743a71957f5d..207add9eb5aa 100644 --- a/kde-base/noatun-plugins/ChangeLog +++ b/kde-base/noatun-plugins/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2005/09/22 21:31:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.16 2005/09/24 16:24:08 flameeyes Exp $ + + 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + -noatun-plugins-3.5_alpha1.ebuild: + Removed 3.5_alpha1. *noatun-plugins-3.5_beta1 (22 Sep 2005) diff --git a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5_alpha1 b/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5_alpha1 deleted file mode 100644 index dd96f8af54bb..000000000000 --- a/kde-base/noatun-plugins/files/digest-noatun-plugins-3.5_alpha1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0e6967f023264332e0a27e9d62b6a89d kdeaddons-3.4.90.tar.bz2 1533500 diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5_alpha1.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5_alpha1.ebuild deleted file mode 100644 index f72cb812699f..000000000000 --- a/kde-base/noatun-plugins/noatun-plugins-3.5_alpha1.ebuild +++ /dev/null @@ -1,34 +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.5_alpha1.ebuild,v 1.1 2005/09/07 13:38:39 flameeyes Exp $ -KMNAME=kdeaddons -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="Various plugins for noatun" -KEYWORDS="~amd64" -IUSE="arts sdl berkdb" -DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/noatun) - arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) - sdl? ( >=media-libs/libsdl-1.2 ) - berkdb? ( || ( =sys-libs/db-4.3* - =sys-libs/db-4.2* ) )" - -src_compile() { - local myconf="$(use_with sdl)" - - if use berkdb; then - if has_version "=sys-libs/db-4.3*"; then - myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.3 - --with-extra-includes=/usr/include/db4.3" - elif has_version "=sys-libs/db-4.2*"; then - myconf="${myconf} --with-berkeley-db --with-db-lib=db_cxx-4.2 - --with-extra-includes=/usr/include/db4.2" - fi - else - myconf="${myconf} --without-berkeley-db" - fi - - kde-meta_src_compile -} |