diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-06 09:52:29 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-06 09:52:29 +0000 |
commit | 5180f05c329aa8cbb6583b8b7eb46e1c9bccda77 (patch) | |
tree | 2a9f698766a72632b822a79b723e096574cb119e /app-mobilephone/obex-data-server | |
parent | version bump (diff) | |
download | gentoo-2-5180f05c329aa8cbb6583b8b7eb46e1c9bccda77.tar.gz gentoo-2-5180f05c329aa8cbb6583b8b7eb46e1c9bccda77.tar.bz2 gentoo-2-5180f05c329aa8cbb6583b8b7eb46e1c9bccda77.zip |
Drop old versions
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-mobilephone/obex-data-server')
3 files changed, 5 insertions, 86 deletions
diff --git a/app-mobilephone/obex-data-server/ChangeLog b/app-mobilephone/obex-data-server/ChangeLog index 3c66f8e51a62..9a878ce8cfcd 100644 --- a/app-mobilephone/obex-data-server/ChangeLog +++ b/app-mobilephone/obex-data-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/obex-data-server # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog,v 1.45 2013/06/06 09:49:26 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/ChangeLog,v 1.46 2013/06/06 09:52:29 pinkbyte Exp $ + + 06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> + -obex-data-server-0.4.4.ebuild, -obex-data-server-0.4.5.ebuild: + Drop old versions 06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> obex-data-server-0.4.6.ebuild: diff --git a/app-mobilephone/obex-data-server/obex-data-server-0.4.4.ebuild b/app-mobilephone/obex-data-server/obex-data-server-0.4.4.ebuild deleted file mode 100644 index b3039d890447..000000000000 --- a/app-mobilephone/obex-data-server/obex-data-server-0.4.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.4.ebuild,v 1.11 2012/11/20 07:57:16 pinkbyte Exp $ - -EAPI="2" - -DESCRIPTION="A DBus service providing easy to use API for using OBEX" -HOMEPAGE="http://tadas.dailyda.com/blog/category/obex-data-server/" -SRC_URI="http://tadas.dailyda.com/software/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ~ppc x86" - -IUSE="debug gtk imagemagick usb" - -# usb? ( virtual/libusb:0 ) is broken, will work only in 0.4.6 -RDEPEND="dev-libs/glib:2 - >=dev-libs/dbus-glib-0.7 - sys-apps/dbus - >=net-wireless/bluez-4.31 - >=dev-libs/openobex-1.3 - imagemagick? ( !gtk? ( media-gfx/imagemagick ) ) - gtk? ( x11-libs/gtk+:2 ) - virtual/libusb:0 - !app-mobilephone/obexd[server]" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_configure() { - local bip="no" - use imagemagick && bip="magick" - use gtk && bip="gdk-pixbuf" - econf \ - --enable-bip=${bip} \ - $(use_enable usb) \ - --disable-system-config \ - $(use_enable debug) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/app-mobilephone/obex-data-server/obex-data-server-0.4.5.ebuild b/app-mobilephone/obex-data-server/obex-data-server-0.4.5.ebuild deleted file mode 100644 index 4ce716cab996..000000000000 --- a/app-mobilephone/obex-data-server/obex-data-server-0.4.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obex-data-server/obex-data-server-0.4.5.ebuild,v 1.10 2012/11/20 07:57:16 pinkbyte Exp $ - -EAPI="2" - -DESCRIPTION="A DBus service providing easy to use API for using OBEX" -HOMEPAGE="http://tadas.dailyda.com/blog/category/obex-data-server/" -SRC_URI="http://tadas.dailyda.com/software/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86" - -IUSE="debug gtk imagemagick usb" - -# usb? ( virtual/libusb:0 ) is broken, will work only in 0.4.6 -RDEPEND="dev-libs/glib:2 - >=dev-libs/dbus-glib-0.7 - sys-apps/dbus - >=net-wireless/bluez-4.31 - >=dev-libs/openobex-1.3 - imagemagick? ( !gtk? ( media-gfx/imagemagick ) ) - gtk? ( x11-libs/gtk+:2 ) - virtual/libusb:0 - !app-mobilephone/obexd[server]" - -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_configure() { - local bip="no" - use imagemagick && bip="magick" - use gtk && bip="gdk-pixbuf" - econf \ - --enable-bip=${bip} \ - $(use usb || echo "--disable-usb") \ - --disable-system-config \ - $(use_enable debug) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |