From ea4391c698e3b6c181426b3c0f8bf20ca7a80b29 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 29 Jan 2009 15:44:36 +0000 Subject: net-misc/anyremote: Version bump, replace bluez with bluetooth configure switch svn path=/sunrise/; revision=7812 --- net-misc/anyremote/ChangeLog | 4 ++++ net-misc/anyremote/Manifest | 6 +++--- net-misc/anyremote/anyremote-4.15.ebuild | 31 ------------------------------- net-misc/anyremote/anyremote-4.16.ebuild | 31 +++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 34 deletions(-) delete mode 100644 net-misc/anyremote/anyremote-4.15.ebuild create mode 100644 net-misc/anyremote/anyremote-4.16.ebuild (limited to 'net-misc') diff --git a/net-misc/anyremote/ChangeLog b/net-misc/anyremote/ChangeLog index 35fd6d02c..3bd995bcd 100644 --- a/net-misc/anyremote/ChangeLog +++ b/net-misc/anyremote/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Jan 2009; Markos Chandras (hwoarang) + -anyremote-4.15.ebuild, +anyremote-4.16.ebuild: + Version bump, replace bluez with bluetooth configure switch + 16 Jan 2009; Markos Chandras (hwoarang) -anyremote-4.14.ebuild, +anyremote-4.15.ebuild: Version Bump, using src_configure function to match EAPI-2 specifications diff --git a/net-misc/anyremote/Manifest b/net-misc/anyremote/Manifest index 8a7b435c9..eb96dea62 100644 --- a/net-misc/anyremote/Manifest +++ b/net-misc/anyremote/Manifest @@ -1,4 +1,4 @@ -DIST anyremote-4.15.tar.gz 1080535 RMD160 baaba38fc41dcfbdd5c8f92f9b1c2a29578d4ac6 SHA1 26f7e754e0b606fe27b0f29ef1911b89fa195edb SHA256 90818e407177b1b78253727b1bca030ca20447fc1f296b36f0e0f99361e86f8e -EBUILD anyremote-4.15.ebuild 805 RMD160 7dcc53cdec1b920e78c22ac03f62ed56dda9dcf3 SHA1 c8c1df394e6d3cdc8a368a53faff5d0b2bcd0a4b SHA256 92b83cc11d9e3f194b50a2627090d8855646b28d2c56ec5382ba89c160d6182e -MISC ChangeLog 1763 RMD160 4cef95fd21e1fea32cdac04dbe1768212b747fa9 SHA1 b76a063a8067c84d0353b1f70db0b0aa2df301fd SHA256 da74ebec5005fe3ec74832be5cc31767730e407e755c37cfc6ed6a2ad120a788 +DIST anyremote-4.16.tar.gz 1111536 RMD160 87535ffd992ab186a623e0f6167e94f78e323131 SHA1 8611b318a006c5f6876c58f20b287600e5ac78b3 SHA256 37385fda5c8502daefee2063e89bd221154b5bd7b4eefe9a27403997dbf370a3 +EBUILD anyremote-4.16.ebuild 799 RMD160 4457de59b8d0d620de2fcd5e35a3b5225b3d3c29 SHA1 64ec0ada14b753f783ad244b74621f6455e24815 SHA256 a3bdc76220fc73e8130f0221aeb61dff54b95327819765c11a17b181f280f23a +MISC ChangeLog 1944 RMD160 80832863b0567c8f6be8393ad3e59df5e3d6ce57 SHA1 2bc3a572b6b0ffee7e579576d152bcd42d4b981d SHA256 8999b1ea987c647d1b808ef055cb199861328a04f832818fd2a9c0d09632290b MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-misc/anyremote/anyremote-4.15.ebuild b/net-misc/anyremote/anyremote-4.15.ebuild deleted file mode 100644 index e78774f72..000000000 --- a/net-misc/anyremote/anyremote-4.15.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -DESCRIPTION="Anyremote provides wireless Bluetooth or infrared remote control service, but works also with cable" -HOMEPAGE="http://anyremote.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bluetooth gnome kde" - -RDEPEND="bluetooth? ( net-wireless/bluez-libs net-wireless/bluez-utils ) - x11-libs/libXtst" - -DEPEND="${RDEPEND}" - -PDEPEND="kde? ( net-misc/kanyremote ) - gnome? ( net-misc/ganyremote )" - -src_configure() { - econf $(use_enable bluetooth bluez) -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "install doc failed" -} diff --git a/net-misc/anyremote/anyremote-4.16.ebuild b/net-misc/anyremote/anyremote-4.16.ebuild new file mode 100644 index 000000000..3ff9008ea --- /dev/null +++ b/net-misc/anyremote/anyremote-4.16.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Anyremote provides wireless Bluetooth or infrared remote control service, but works also with cable" +HOMEPAGE="http://anyremote.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bluetooth gnome kde" + +RDEPEND="bluetooth? ( net-wireless/bluez-libs net-wireless/bluez-utils ) + x11-libs/libXtst" + +DEPEND="${RDEPEND}" + +PDEPEND="kde? ( net-misc/kanyremote ) + gnome? ( net-misc/ganyremote )" + +src_configure() { + econf $(use_enable bluetooth) +} + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README || die "install doc failed" +} -- cgit v1.2.3-65-gdbad