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 1S6Hdv-00070z-Mv for garchives@archives.gentoo.org; Sat, 10 Mar 2012 08:27:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94FFFE076C; Sat, 10 Mar 2012 08:27:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5ED89E076C for ; Sat, 10 Mar 2012 08:27:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A90FB1B4029 for ; Sat, 10 Mar 2012 08:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 69C8CE5428 for ; Sat, 10 Mar 2012 08:27:02 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1331368010.f9a662826baf0de117f0c11b03e7a5425b12b5b9.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/qlipper/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/qlipper/Manifest x11-misc/qlipper/metadata.xml x11-misc/qlipper/qlipper-2.0.0.ebuild X-VCS-Directories: x11-misc/qlipper/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: f9a662826baf0de117f0c11b03e7a5425b12b5b9 X-VCS-Branch: master Date: Sat, 10 Mar 2012 08:27:02 +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: 6952584e-d056-4b21-9e30-0dc1a3afd4e3 X-Archives-Hash: 4c2bfa3e27c12acc0f4369b888835577 commit: f9a662826baf0de117f0c11b03e7a5425b12b5b9 Author: Ben de Groot gmail com> AuthorDate: Sat Mar 10 08:26:50 2012 +0000 Commit: Ben de Groot gmail com> CommitDate: Sat Mar 10 08:26:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Df9a66282 x11-misc/qlipper: initial commit, based on ebuild by M from forums --- x11-misc/qlipper/Manifest | 1 + x11-misc/qlipper/metadata.xml | 5 +++++ x11-misc/qlipper/qlipper-2.0.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest new file mode 100644 index 0000000..c1dee5c --- /dev/null +++ b/x11-misc/qlipper/Manifest @@ -0,0 +1 @@ +DIST qlipper-2.0.0.tar.bz2 62318 SHA256 80b6cff0883d2b4b679938ca77e2efa3= 42ab80d3d7fc127e74cb4123d9a50de8 SHA512 300c654b01359fce547448fd58b01f7b2= 12ec42da291a32bd584e9bf9cacd14e18e9c0d7679e547a9a66a3af5338e7f14b2b39ebb3= 053cc83627598acbcfcdba WHIRLPOOL 3b6c09c45a6c9ec3cd0c71986c1bb45d8711157c= d715293bb7a35526d348e742f508b8c357f5a6c3e264dbabfab455ad9c25301e7ab2a617b= 8f4cf167c58ddce diff --git a/x11-misc/qlipper/metadata.xml b/x11-misc/qlipper/metadata.xm= l new file mode 100644 index 0000000..ab02f99 --- /dev/null +++ b/x11-misc/qlipper/metadata.xml @@ -0,0 +1,5 @@ + + + + qt + diff --git a/x11-misc/qlipper/qlipper-2.0.0.ebuild b/x11-misc/qlipper/qli= pper-2.0.0.ebuild new file mode 100644 index 0000000..7bf45ca --- /dev/null +++ b/x11-misc/qlipper/qlipper-2.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit qt4-r2 + +DESCRIPTION=3D"Lightweight and cross-platform clipboard history applet." +HOMEPAGE=3D"http://code.google.com/p/qlipper/" +SRC_URI=3D"http://qlipper.googlecode.com/files/${P}.tar.bz2" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~x86 ~amd64" +IUSE=3D"" + +DEPEND=3D"x11-libs/qt-gui:4" +RDEPEND=3D"${DEPEND}"