diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-06-12 12:54:31 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-06-12 12:54:31 +0000 |
commit | c43aa6badff93fda7964a896ffeb570aff75223c (patch) | |
tree | 8de39e2ea84be0888dd5c734d4ff6fbe67bf2e9a /net-ftp/qshare/qshare-2.1.5-r1.ebuild | |
parent | File collision fix for #473054 (diff) | |
download | historical-c43aa6badff93fda7964a896ffeb570aff75223c.tar.gz historical-c43aa6badff93fda7964a896ffeb570aff75223c.tar.bz2 historical-c43aa6badff93fda7964a896ffeb570aff75223c.zip |
Add patch to fix .desktop validation wrt bug #457712. Migrate to EAPI 5. Correct dependencies. Remove old.
Package-Manager: portage-2.1.12.4/cvs/Linux x86_64
Manifest-Sign-Key: 0x675D0D2C
Diffstat (limited to 'net-ftp/qshare/qshare-2.1.5-r1.ebuild')
-rw-r--r-- | net-ftp/qshare/qshare-2.1.5-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-ftp/qshare/qshare-2.1.5-r1.ebuild b/net-ftp/qshare/qshare-2.1.5-r1.ebuild new file mode 100644 index 000000000000..83637483a93a --- /dev/null +++ b/net-ftp/qshare/qshare-2.1.5-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/qshare/qshare-2.1.5-r1.ebuild,v 1.1 2013/06/12 12:53:56 kensington Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="FTP server with a service discovery feature" +HOMEPAGE="http://www.zuzuf.net/qshare/" +SRC_URI="http://www.zuzuf.net/qshare/files/${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + net-dns/avahi[mdnsresponder-compat]" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS README ) +PATCHES=( "${FILESDIR}/${P}-desktop.patch" ) |