summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-06-29 07:47:52 +0000
committerBen de Groot <yngwin@gentoo.org>2012-06-29 07:47:52 +0000
commitea987a1f93a740bdbfc4286bf66a9cf5fe145afe (patch)
tree4eb8f6393351644903f085a3b2411b1245437c1c /x11-misc
parentInitial commit (diff)
downloadhistorical-ea987a1f93a740bdbfc4286bf66a9cf5fe145afe.tar.gz
historical-ea987a1f93a740bdbfc4286bf66a9cf5fe145afe.tar.bz2
historical-ea987a1f93a740bdbfc4286bf66a9cf5fe145afe.zip
Initial commit
Package-Manager: portage-2.2.0_alpha113/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/qlipper/ChangeLog9
-rw-r--r--x11-misc/qlipper/Manifest4
-rw-r--r--x11-misc/qlipper/metadata.xml5
-rw-r--r--x11-misc/qlipper/qlipper-2.0.0.ebuild19
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/qlipper/ChangeLog b/x11-misc/qlipper/ChangeLog
new file mode 100644
index 000000000000..db1d5362d891
--- /dev/null
+++ b/x11-misc/qlipper/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-misc/qlipper
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.1 2012/06/29 07:47:52 yngwin Exp $
+
+*qlipper-2.0.0 (29 Jun 2012)
+
+ 29 Jun 2012; Ben de Groot <yngwin@gentoo.org> +metadata.xml,
+ +qlipper-2.0.0.ebuild:
+ Initial commit
diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
new file mode 100644
index 000000000000..e19bec329faa
--- /dev/null
+++ b/x11-misc/qlipper/Manifest
@@ -0,0 +1,4 @@
+DIST qlipper-2.0.0.tar.bz2 62318 RMD160 fad9596f1b61793d4e7631902f533971962b7fa4 SHA1 2f8499087554480d3f41301d17927d1af6f7ec5e SHA256 80b6cff0883d2b4b679938ca77e2efa342ab80d3d7fc127e74cb4123d9a50de8
+EBUILD qlipper-2.0.0.ebuild 523 RMD160 194cffc6a7a6722a3bfebcfde481f6567054152a SHA1 aaf95ac6b0176685a83d028df0df555a6ae26f28 SHA256 cecfbc4e8283894416e1988fd589693a87828e0f58984b258aa1e2ad0f890436
+MISC ChangeLog 340 RMD160 4e0b552044ba97c9df7ede02c7b26c9ba6630e3c SHA1 1144f49292d4b9d99c6df100274228bc6b2fc1b9 SHA256 c2fa3b19b253f5ed7c02286a3b66f3ea32ba38995bb038437d20fd671e044734
+MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
diff --git a/x11-misc/qlipper/metadata.xml b/x11-misc/qlipper/metadata.xml
new file mode 100644
index 000000000000..dc439f7e84f5
--- /dev/null
+++ b/x11-misc/qlipper/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>
diff --git a/x11-misc/qlipper/qlipper-2.0.0.ebuild b/x11-misc/qlipper/qlipper-2.0.0.ebuild
new file mode 100644
index 000000000000..a1ce65a360f9
--- /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: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.0.ebuild,v 1.1 2012/06/29 07:47:52 yngwin Exp $
+
+EAPI=4
+
+inherit qt4-r2
+
+DESCRIPTION="Lightweight and cross-platform clipboard history applet"
+HOMEPAGE="http://code.google.com/p/qlipper/"
+SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"