diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-19 16:11:42 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-19 16:11:42 +0000 |
commit | 19f99793d1914f484d2f72d2531d368cb17d1c34 (patch) | |
tree | daaba344d98c4f1a0d7e555e0d81a0a835cc772b /app-pda | |
parent | ppc stable #282347 (diff) | |
download | gentoo-2-19f99793d1914f484d2f72d2531d368cb17d1c34.tar.gz gentoo-2-19f99793d1914f484d2f72d2531d368cb17d1c34.tar.bz2 gentoo-2-19f99793d1914f484d2f72d2531d368cb17d1c34.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, 165 deletions
diff --git a/app-pda/libopensync-plugin-syncml/ChangeLog b/app-pda/libopensync-plugin-syncml/ChangeLog index aee0cb47d8d9..e6cd2a73dd0f 100644 --- a/app-pda/libopensync-plugin-syncml/ChangeLog +++ b/app-pda/libopensync-plugin-syncml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-syncml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.12 2009/09/19 16:06:06 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/ChangeLog,v 1.13 2009/09/19 16:11:42 betelgeuse Exp $ + + 19 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> + -libopensync-plugin-syncml-0.21.ebuild, + -libopensync-plugin-syncml-0.22.ebuild, + -libopensync-plugin-syncml-0.35.ebuild: + Remove old versions that use built_with_use. 19 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> libopensync-plugin-syncml-0.36.ebuild: diff --git a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild deleted file mode 100644 index 585e45b25a62..000000000000 --- a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.21.ebuild,v 1.3 2007/03/04 07:24:25 genone Exp $ - -inherit eutils - -DESCRIPTION="OpenSync SyncML Plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="http obex" - -DEPEND="=app-pda/libopensync-${PV}* - >=app-pda/libsyncml-0.4.3" -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use obex && ! use http; then - eerror "${CATEGORY}/${P} without support for obex nor http is unusable." - eerror "Please enable \"obex\" or/and \"http\" USE flags." - die "Please enable \"obex\" or/and \"http\" USE flags." - fi - - if use obex && ! built_with_use app-pda/libsyncml obex; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"obex\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - die "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - fi - - if use http && ! built_with_use app-pda/libsyncml http; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"http\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"http\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag." - die "Please rebuild app-pda/libsyncml with \"http\" USE flag." - fi -} - -src_compile() { - econf \ - $(use_enable http) \ - $(use_enable obex) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog -} diff --git a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.22.ebuild b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.22.ebuild deleted file mode 100644 index 693c2d37a250..000000000000 --- a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.22.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.22.ebuild,v 1.1 2007/03/28 20:24:27 peper Exp $ - -inherit eutils - -DESCRIPTION="OpenSync SyncML Plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="http obex" - -DEPEND="=app-pda/libopensync-${PV}* - >=app-pda/libsyncml-0.4.3" -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use obex && ! use http; then - eerror "${CATEGORY}/${P} without support for obex nor http is unusable." - eerror "Please enable \"obex\" or/and \"http\" USE flags." - die "Please enable \"obex\" or/and \"http\" USE flags." - fi - - if use obex && ! built_with_use app-pda/libsyncml obex; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"obex\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - die "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - fi - - if use http && ! built_with_use app-pda/libsyncml http; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"http\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"http\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag." - die "Please rebuild app-pda/libsyncml with \"http\" USE flag." - fi -} - -src_compile() { - econf \ - $(use_enable http) \ - $(use_enable obex) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog -} diff --git a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.35.ebuild b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.35.ebuild deleted file mode 100644 index 89d168f301aa..000000000000 --- a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.35.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.35.ebuild,v 1.1 2007/12/29 14:46:40 peper Exp $ - -EAPI="1" - -inherit eutils cmake-utils - -DESCRIPTION="OpenSync SyncML Plugin" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="http +obex" - -DEPEND="=app-pda/libopensync-${PV}* - >=app-pda/libsyncml-0.4.5" -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! use obex && ! use http; then - eerror "${CATEGORY}/${P} without support for obex nor http is unusable." - eerror "Please enable \"obex\" or/and \"http\" USE flags." - die "Please enable \"obex\" or/and \"http\" USE flags." - fi - - if use obex && ! built_with_use app-pda/libsyncml obex; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"obex\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"obex\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - die "Please rebuild app-pda/libsyncml with \"obex\" USE flag." - fi - - if use http && ! built_with_use app-pda/libsyncml http; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"http\"" - eerror "USE flags, but app-pda/libsyncml was built without" - eerror "the \"http\" USE flag." - eerror "Please rebuild app-pda/libsyncml with \"http\" USE flag." - die "Please rebuild app-pda/libsyncml with \"http\" USE flag." - fi -} - -src_compile() { - local mycmakeargs=" - $(cmake-utils_use_enable http HTTP) - $(cmake-utils_use_enable obex OBEX)" - - cmake-utils_src_compile -} |