diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-26 12:51:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-26 12:51:20 +0000 |
commit | acf727ce8e2509ac540a2cfc4f56dbc9cddacff5 (patch) | |
tree | 26adb60a1da3fb779f28a38fa928ad110bfd4d27 /sys-apps/usbredir | |
parent | Version bump. (diff) | |
download | gentoo-2-acf727ce8e2509ac540a2cfc4f56dbc9cddacff5.tar.gz gentoo-2-acf727ce8e2509ac540a2cfc4f56dbc9cddacff5.tar.bz2 gentoo-2-acf727ce8e2509ac540a2cfc4f56dbc9cddacff5.zip |
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/usbredir')
-rw-r--r-- | sys-apps/usbredir/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-0.3.2.ebuild | 30 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-0.4.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/sys-apps/usbredir/ChangeLog b/sys-apps/usbredir/ChangeLog index 5b57d7d15a11..e25cd02b6fc1 100644 --- a/sys-apps/usbredir/ChangeLog +++ b/sys-apps/usbredir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/usbredir # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.6 2012/02/26 12:50:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/ChangeLog,v 1.7 2012/02/26 12:51:20 ssuominen Exp $ + + 26 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -usbredir-0.3.2.ebuild, + -usbredir-0.4.ebuild: + old *usbredir-0.4.1 (26 Feb 2012) diff --git a/sys-apps/usbredir/usbredir-0.3.2.ebuild b/sys-apps/usbredir/usbredir-0.3.2.ebuild deleted file mode 100644 index 798c9264d679..000000000000 --- a/sys-apps/usbredir/usbredir-0.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.3.2.ebuild,v 1.2 2012/01/09 15:57:42 ssuominen Exp $ - -EAPI=4 - -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)" -HOMEPAGE="http://spice-space.org/page/UsbRedir" -SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -#RDEPEND="virtual/libusb:1" -RDEPEND=">=dev-libs/libusb-1.0.9_rc" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="ChangeLog README* TODO *.txt" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - rm -f "${ED}"usr/lib*/lib*.la -} diff --git a/sys-apps/usbredir/usbredir-0.4.ebuild b/sys-apps/usbredir/usbredir-0.4.ebuild deleted file mode 100644 index 9c62128febb4..000000000000 --- a/sys-apps/usbredir/usbredir-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.4.ebuild,v 1.1 2012/02/22 20:13:04 ssuominen Exp $ - -EAPI=4 - -DESCRIPTION="A simple TCP daemon and set of libraries for the usbredir protocol (redirecting USB traffic)" -HOMEPAGE="http://spice-space.org/page/UsbRedir" -SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -#RDEPEND="virtual/libusb:1" -RDEPEND=">=dev-libs/libusb-1.0.9_rc" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="ChangeLog README* TODO *.txt" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - rm -f "${ED}"usr/lib*/lib*.la -} |