public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/qshare: metadata.xml ChangeLog qshare-0.9.ebuild
@ 2009-12-15 21:20 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-12-15 21:20 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/12/15 21:20:38

  Added:                metadata.xml ChangeLog qshare-0.9.ebuild
  Log:
  Initial commit of qshare application
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-ftp/qshare/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
<maintainer>
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>




1.1                  net-ftp/qshare/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-ftp/qshare
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/qshare/ChangeLog,v 1.1 2009/12/15 21:20:38 hwoarang Exp $

*qshare-0.9 (15 Dec 2009)

  15 Dec 2009; <hwoarang@gentoo.org> +qshare-0.9.ebuild, +metadata.xml:
  Initial commit of qshare application




1.1                  net-ftp/qshare/qshare-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/qshare-0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/qshare/qshare-0.9.ebuild?rev=1.1&content-type=text/plain

Index: qshare-0.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/qshare/qshare-0.9.ebuild,v 1.1 2009/12/15 21:20:38 hwoarang Exp $

EAPI="2"

LANGS="en fr"

inherit qt4-r2

DESCRIPTION="FTP server with a service discovery feature."
HOMEPAGE="http://qt-apps.org/content/show.php/qShare?content=116612"
SRC_URI="http://qt-apps.org/CONTENT/content-files/116612-${P}-src.7z"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="x11-libs/qt-gui:4[debug?]"
DEPEND="${RDEPEND}
	app-arch/p7zip"

S="${WORKDIR}/${PN}"

src_prepare() {
	#fix translations
	sed -i "s:i18n:usr\/share\/${PN}\/translations:" src/config.cpp \
		|| die "failed to fix translations path"
	qt4-r2_src_prepare
}

src_install() {
	dobin ${PN} || die "dobin failed"
	doicon icons/${PN}.png
	make_desktop_entry /usr/bin/${PN} QShare ${PN}.png "Qt;Network;FileTransfer"
	dohtml docs/* || die "dohtml failed"
	for X in ${LINGUAS}; do
		for Z in ${LANGS}; do
			if [[ ${X} == ${Z} ]]; then
				insinto /usr/share/${PN}/translations/
				doins i18n/${PN}_${X}.qm || die "failed to install ${X} translation"
			fi
		done
	done
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-15 21:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 21:20 [gentoo-commits] gentoo-x86 commit in net-ftp/qshare: metadata.xml ChangeLog qshare-0.9.ebuild Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox