summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-03-22 15:57:17 +0000
committerJohannes Huber <johu@gentoo.org>2012-03-22 15:57:17 +0000
commit9909c65163b96806788dc24691b53eba0edaced9 (patch)
treea3d35a2ac86a7dae1d8af8f593cc14d9ecf4ea2d /net-ftp
parentRemoved Dane Smith (cypher) as maintainer (Proxy) (diff)
downloadgentoo-2-9909c65163b96806788dc24691b53eba0edaced9.tar.gz
gentoo-2-9909c65163b96806788dc24691b53eba0edaced9.tar.bz2
gentoo-2-9909c65163b96806788dc24691b53eba0edaced9.zip
Version bump by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #409291.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/qshare/ChangeLog8
-rw-r--r--net-ftp/qshare/qshare-2.1.3.ebuild36
2 files changed, 43 insertions, 1 deletions
diff --git a/net-ftp/qshare/ChangeLog b/net-ftp/qshare/ChangeLog
index 5e75b1067e7f..7fc22645fddc 100644
--- a/net-ftp/qshare/ChangeLog
+++ b/net-ftp/qshare/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-ftp/qshare
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/qshare/ChangeLog,v 1.8 2012/01/19 10:52:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/qshare/ChangeLog,v 1.9 2012/03/22 15:57:17 johu Exp $
+
+*qshare-2.1.3 (22 Mar 2012)
+
+ 22 Mar 2012; Johannes Huber <johu@gentoo.org> +qshare-2.1.3.ebuild:
+ Version bump by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug
+ #409291.
*qshare-2.1.2 (19 Jan 2012)
diff --git a/net-ftp/qshare/qshare-2.1.3.ebuild b/net-ftp/qshare/qshare-2.1.3.ebuild
new file mode 100644
index 000000000000..4497499bfb66
--- /dev/null
+++ b/net-ftp/qshare/qshare-2.1.3.ebuild
@@ -0,0 +1,36 @@
+# 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.3.ebuild,v 1.1 2012/03/22 15:57:17 johu Exp $
+
+EAPI=4
+
+inherit eutils qt4-r2
+
+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.gz"
+
+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}"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ sed -i -e '/^QMAKE_CXXFLAGS_RELEASE/d' ${PN}.pro || die "sed failed"
+ qt4-r2_src_prepare
+}
+
+src_install() {
+ dobin ${PN}
+ doicon icons/${PN}.png
+ make_desktop_entry /usr/bin/${PN} QShare ${PN} "Qt;Network;FileTransfer"
+ dodoc AUTHORS README
+}