From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ru0LA-0006y4-Dd for garchives@archives.gentoo.org; Sun, 05 Feb 2012 11:33:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCEDAE0586; Sun, 5 Feb 2012 11:32:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7884CE0586 for ; Sun, 5 Feb 2012 11:32:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB70D1B4010 for ; Sun, 5 Feb 2012 11:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 35F0880043 for ; Sun, 5 Feb 2012 11:32:55 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: Subject: [gentoo-commits] proj/qt:master commit in: net-misc/kontrolpack/ X-VCS-Repository: proj/qt X-VCS-Files: net-misc/kontrolpack/Manifest net-misc/kontrolpack/kontrolpack-2.0.5.ebuild net-misc/kontrolpack/kontrolpack-3.0.0.ebuild net-misc/kontrolpack/kontrolpack-9999.ebuild X-VCS-Directories: net-misc/kontrolpack/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: ea7f7ab5595689c48584adac9b8408596a391000 Date: Sun, 5 Feb 2012 11:32:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 30d60068-aa8d-4196-b9c8-4a692c54537d X-Archives-Hash: 4fd2af090f4f3936bd440ae9596cf593 commit: ea7f7ab5595689c48584adac9b8408596a391000 Author: Markos Chandras gentoo org> AuthorDate: Sun Feb 5 11:31:42 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sun Feb 5 11:31:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dea7f7ab5 net-misc/kontrolpack: Version bump. Patch by Michael (kensington) scribeofthenile.com> --- net-misc/kontrolpack/Manifest | 2 +- net-misc/kontrolpack/kontrolpack-2.0.5.ebuild | 45 -------------------= ---- net-misc/kontrolpack/kontrolpack-3.0.0.ebuild | 47 +++++++++++++++++++= ++++++ net-misc/kontrolpack/kontrolpack-9999.ebuild | 43 ++++++++++++-------= --- 4 files changed, 71 insertions(+), 66 deletions(-) diff --git a/net-misc/kontrolpack/Manifest b/net-misc/kontrolpack/Manifes= t index ee43b8f..d09cd7b 100644 --- a/net-misc/kontrolpack/Manifest +++ b/net-misc/kontrolpack/Manifest @@ -1 +1 @@ -DIST KontrolPack-2.0.5.tar.gz 558452 RMD160 c8d765f13682ff4061d52340ec94= d927f2daef77 SHA1 914b8ef1642b6f4f7c0e974ee4c1d53d4ac45b39 SHA256 9867b7b= efb4ef10ca568e62f55915439eb7ccdf562feb17c397b20e5133cef61 +DIST KontrolPack-3.0.0.tar.gz 410115 SHA256 fb497081d4ca441801a84255a5eb= 13fedbc3c41e9e26cb509a5465cd8e00bcd7 SHA512 3ad5c7aa14493b78c6ee6226b9928= 817b6da82b125b9ac73b7b862a556b2c666db75e6ba4d9a654194d8b27e9a23dd1cf0e240= e4d295f443968750b647ddaa43 WHIRLPOOL 79c620ec39dd0d61e2cb1316a6779f57ec23= 27b68e1ee11a907b1ed2e453197c1e8c1967a838ceb6913402bc91baff391866f434d4f16= 1012cb93afaacab4989 diff --git a/net-misc/kontrolpack/kontrolpack-2.0.5.ebuild b/net-misc/kon= trolpack/kontrolpack-2.0.5.ebuild deleted file mode 100644 index b6c695f..0000000 --- a/net-misc/kontrolpack/kontrolpack-2.0.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"2" - -LANGS=3D"fr" - -inherit qt4-edge - -MY_PN=3D"KontrolPack" -MY_P=3D"${MY_PN}-${PV}" - -DESCRIPTION=3D"Remote shell command executor and LAN manager" -HOMEPAGE=3D"http://www.kontrolpack.com" -SRC_URI=3D"mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"~x86 ~amd64" -IUSE=3D"debug" - -DEPEND=3D">=3Dx11-libs/qt-gui-4.5" -RDEPEND=3D"${DEPEND}" - -S=3D"${WORKDIR}/${MY_P}" - -src_prepare() { - sed -i -e "s!\(${MY_PN}_\)!/usr/share/${PN}/locale/\1!" main/main.cpp \ - || die "sed failed" -} - -src_install() { - dobin "${PN}" || die "installing binary failed" - - domenu "${PN}.desktop" || die "installing desktop file failed" - doicon "${PN}.png" || die "installing icon file failed" - - for lingua in ${LINGUAS}; do - if has ${lingua} ${LANGS}; then - insinto /usr/share/${PN}/locale - doins "langs/${MY_PN}_${lingua}.qm" || die "installing translations f= ailed" - fi - done -} diff --git a/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild b/net-misc/kon= trolpack/kontrolpack-3.0.0.ebuild new file mode 100644 index 0000000..1eeaee4 --- /dev/null +++ b/net-misc/kontrolpack/kontrolpack-3.0.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +inherit eutils qt4-edge + +MY_PN=3D"KontrolPack" +MY_P=3D"${MY_PN}-${PV}" + +if [[ ${PV} =3D=3D 9999 ]]; then + inherit subversion + ESVN_REPO_URI=3D"http://${PN}.svn.sourceforge.net/svnroot/${PN}" + KEYWORDS=3D"" +else + SRC_URI=3D"mirror://sourceforge/${PN}/${MY_P}.tar.gz" + S=3D${WORKDIR}/${MY_P} + KEYWORDS=3D"~amd64 ~x86" +fi + +DESCRIPTION=3D"Remote shell command executor and LAN manager" +HOMEPAGE=3D"http://www.kontrolpack.com" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"debug" + +DEPEND=3D"dev-db/sqlite + dev-libs/libxml2 + dev-libs/openssl + >=3Dx11-libs/qt-core-4.5:4 + >=3Dx11-libs/qt-gui-4.5:4" +RDEPEND=3D"${DEPEND}" + +src_prepare() { + sed -i -e "s/-lssl/-lcrypto/" libsecuretcp/libsecuretcp.pro \ + || die "sed failed" +} + +src_install() { + dobin bin/${PN} + dolib bin/*.so* + + doicon ${PN}/${PN}.png + domenu ${PN}/${PN}.desktop +} diff --git a/net-misc/kontrolpack/kontrolpack-9999.ebuild b/net-misc/kont= rolpack/kontrolpack-9999.ebuild index 0ea7ea2..1eeaee4 100644 --- a/net-misc/kontrolpack/kontrolpack-9999.ebuild +++ b/net-misc/kontrolpack/kontrolpack-9999.ebuild @@ -2,43 +2,46 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D"4" =20 -LANGS=3D"fr" - -inherit qt4-edge subversion +inherit eutils qt4-edge =20 MY_PN=3D"KontrolPack" +MY_P=3D"${MY_PN}-${PV}" + +if [[ ${PV} =3D=3D 9999 ]]; then + inherit subversion + ESVN_REPO_URI=3D"http://${PN}.svn.sourceforge.net/svnroot/${PN}" + KEYWORDS=3D"" +else + SRC_URI=3D"mirror://sourceforge/${PN}/${MY_P}.tar.gz" + S=3D${WORKDIR}/${MY_P} + KEYWORDS=3D"~amd64 ~x86" +fi =20 DESCRIPTION=3D"Remote shell command executor and LAN manager" HOMEPAGE=3D"http://www.kontrolpack.com" -ESVN_REPO_URI=3D"http://${PN}.svn.sourceforge.net/svnroot/${PN}" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"" IUSE=3D"debug" =20 -DEPEND=3D">=3Dx11-libs/qt-gui-4.5" +DEPEND=3D"dev-db/sqlite + dev-libs/libxml2 + dev-libs/openssl + >=3Dx11-libs/qt-core-4.5:4 + >=3Dx11-libs/qt-gui-4.5:4" RDEPEND=3D"${DEPEND}" =20 -S=3D"${WORKDIR}/${MY_PN}" - src_prepare() { - sed -i -e "s!\(${MY_PN}_\)!/usr/share/${PN}/locale/\1!" main/main.cpp \ + sed -i -e "s/-lssl/-lcrypto/" libsecuretcp/libsecuretcp.pro \ || die "sed failed" } =20 src_install() { - dobin "${PN}" || die "installing binary failed" - - domenu "${PN}.desktop" || die "installing desktop file failed" - doicon "${PN}.png" || die "installing icon file failed" + dobin bin/${PN} + dolib bin/*.so* =20 - for lingua in ${LINGUAS}; do - if has ${lingua} ${LANGS}; then - insinto /usr/share/${PN}/locale - doins "langs/${MY_PN}_${lingua}.qm" || die "installing translations f= ailed" - fi - done + doicon ${PN}/${PN}.png + domenu ${PN}/${PN}.desktop }