diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-19 16:25:31 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-19 16:25:31 +0000 |
commit | ada7009c92702e493ab7f1a868874228ccc0ba0e (patch) | |
tree | 881c52ed4b460527452c0c7ee7b4d9e946650d60 /app-pda | |
parent | ppc stable #283969 (diff) | |
download | gentoo-2-ada7009c92702e493ab7f1a868874228ccc0ba0e.tar.gz gentoo-2-ada7009c92702e493ab7f1a868874228ccc0ba0e.tar.bz2 gentoo-2-ada7009c92702e493ab7f1a868874228ccc0ba0e.zip |
Remove old versions that use built_with_use.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-pda')
4 files changed, 7 insertions, 169 deletions
diff --git a/app-pda/libopensync-plugin-irmc/ChangeLog b/app-pda/libopensync-plugin-irmc/ChangeLog index e260a81491e3..23c63007f585 100644 --- a/app-pda/libopensync-plugin-irmc/ChangeLog +++ b/app-pda/libopensync-plugin-irmc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-irmc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.11 2009/09/19 16:24:11 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.12 2009/09/19 16:25:31 betelgeuse Exp $ + + 19 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> + -libopensync-plugin-irmc-0.21.ebuild, + -libopensync-plugin-irmc-0.22.ebuild, + -libopensync-plugin-irmc-0.35.ebuild: + Remove old versions that use built_with_use. 19 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> libopensync-plugin-irmc-0.36.ebuild: diff --git a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild b/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild deleted file mode 100644 index de55f3f3665b..000000000000 --- a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.21.ebuild,v 1.3 2008/12/04 14:09:03 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="OpenSync IrMC plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="bluetooth irda" - -DEPEND="=app-pda/libopensync-${PV}* - >=dev-libs/openobex-1.0 - bluetooth? ( net-wireless/bluez-libs )" - -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use irda && ! use bluetooth; then - eerror "${CATEGORY}/${P} without support for bluetooth nor irda is unusable." - eerror "Please enable \"bluetooth\" or/and \"irda\" USE flags." - die "Please enable \"bluetooth\" or/and \"irda\" USE flags." - fi - - if use bluetooth && ! built_with_use dev-libs/openobex bluetooth; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"bluetooth\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - fi - - if use irda && ! built_with_use dev-libs/openobex irda; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"irda\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"irda\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"irda\" USE flag." - die "Please rebuild dev-libs/openobex with \"irda\" USE flag." - fi -} - -src_compile() { - econf \ - $(use_enable bluetooth) \ - $(use_enable irda) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.22.ebuild b/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.22.ebuild deleted file mode 100644 index 1e71561d573b..000000000000 --- a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.22.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.22.ebuild,v 1.2 2008/12/04 14:09:03 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="OpenSync IrMC plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="bluetooth irda" - -DEPEND="=app-pda/libopensync-${PV}* - >=dev-libs/openobex-1.0 - bluetooth? ( net-wireless/bluez-libs )" - -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use irda && ! use bluetooth; then - eerror "${CATEGORY}/${P} without support for bluetooth nor irda is unusable." - eerror "Please enable \"bluetooth\" or/and \"irda\" USE flags." - die "Please enable \"bluetooth\" or/and \"irda\" USE flags." - fi - - if use bluetooth && ! built_with_use dev-libs/openobex bluetooth; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"bluetooth\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - fi - - if use irda && ! built_with_use dev-libs/openobex irda; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"irda\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"irda\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"irda\" USE flag." - die "Please rebuild dev-libs/openobex with \"irda\" USE flag." - fi -} - -src_compile() { - econf \ - $(use_enable bluetooth) \ - $(use_enable irda) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.35.ebuild b/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.35.ebuild deleted file mode 100644 index 9366f327f9cc..000000000000 --- a/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.35.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.35.ebuild,v 1.2 2008/12/04 14:09:03 flameeyes Exp $ - -inherit eutils cmake-utils - -DESCRIPTION="OpenSync IrMC plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="bluetooth irda" - -DEPEND="=app-pda/libopensync-${PV}* - >=dev-libs/openobex-1.0 - bluetooth? ( net-wireless/bluez-libs )" - -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use irda && ! use bluetooth; then - eerror "${CATEGORY}/${P} without support for bluetooth nor irda is unusable." - eerror "Please enable \"bluetooth\" or/and \"irda\" USE flags." - die "Please enable \"bluetooth\" or/and \"irda\" USE flags." - fi - - if use bluetooth && ! built_with_use dev-libs/openobex bluetooth; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"bluetooth\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." - fi - - if use irda && ! built_with_use dev-libs/openobex irda; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"irda\"" - eerror "USE flag, but dev-libs/openobex was built without" - eerror "the \"irda\" USE flag." - eerror "Please rebuild dev-libs/openobex with \"irda\" USE flag." - die "Please rebuild dev-libs/openobex with \"irda\" USE flag." - fi -} - -src_compile() { - local mycmakeargs=" - $(cmake-utils_use_enable bluetooth BLUETOOTH) - $(cmake-utils_use_enable irda IRDA)" - - cmake-utils_src_compile -} |