diff options
author | 2012-12-25 09:46:53 +0000 | |
---|---|---|
committer | 2012-12-25 09:46:53 +0000 | |
commit | dafee3113c96c3325f892c56abd6b0221f53db5e (patch) | |
tree | 4bcaecbecf1af2a75a45c629f996b0e304bae4e3 /net-ftp/qshare/qshare-2.1.5.ebuild | |
parent | Version bump. (diff) | |
download | historical-dafee3113c96c3325f892c56abd6b0221f53db5e.tar.gz historical-dafee3113c96c3325f892c56abd6b0221f53db5e.tar.bz2 historical-dafee3113c96c3325f892c56abd6b0221f53db5e.zip |
Version bump, remove old.
Package-Manager: portage-2.2.0_alpha149/cvs/Linux x86_64
Manifest-Sign-Key: 0x17A85C72
Diffstat (limited to 'net-ftp/qshare/qshare-2.1.5.ebuild')
-rw-r--r-- | net-ftp/qshare/qshare-2.1.5.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-ftp/qshare/qshare-2.1.5.ebuild b/net-ftp/qshare/qshare-2.1.5.ebuild new file mode 100644 index 000000000000..828b98a46583 --- /dev/null +++ b/net-ftp/qshare/qshare-2.1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 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.ebuild,v 1.1 2012/12/25 09:46:18 pesa Exp $ + +EAPI=4 + +inherit eutils 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="net-dns/avahi[mdnsresponder-compat] + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-webkit:4" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS README ) |