Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/qlipper/
Date: Fri, 31 Aug 2012 16:57:10
Message-Id: 1346432122.cf417b6a2313b7dd5ff70816b2b6e1df1fab095e.kensington@gentoo
1 commit: cf417b6a2313b7dd5ff70816b2b6e1df1fab095e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 16:55:22 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 16:55:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cf417b6a
7
8 [x11-misc/qlipper] Moved to portage.
9
10 ---
11 x11-misc/qlipper/Manifest | 1 -
12 x11-misc/qlipper/metadata.xml | 5 -----
13 x11-misc/qlipper/qlipper-2.0.0.ebuild | 19 -------------------
14 3 files changed, 0 insertions(+), 25 deletions(-)
15
16 diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
17 deleted file mode 100644
18 index c1dee5c..0000000
19 --- a/x11-misc/qlipper/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qlipper-2.0.0.tar.bz2 62318 SHA256 80b6cff0883d2b4b679938ca77e2efa342ab80d3d7fc127e74cb4123d9a50de8 SHA512 300c654b01359fce547448fd58b01f7b212ec42da291a32bd584e9bf9cacd14e18e9c0d7679e547a9a66a3af5338e7f14b2b39ebb3053cc83627598acbcfcdba WHIRLPOOL 3b6c09c45a6c9ec3cd0c71986c1bb45d8711157cd715293bb7a35526d348e742f508b8c357f5a6c3e264dbabfab455ad9c25301e7ab2a617b8f4cf167c58ddce
23
24 diff --git a/x11-misc/qlipper/metadata.xml b/x11-misc/qlipper/metadata.xml
25 deleted file mode 100644
26 index ab02f99..0000000
27 --- a/x11-misc/qlipper/metadata.xml
28 +++ /dev/null
29 @@ -1,5 +0,0 @@
30 -<?xml version="1.0" encoding="UTF-8"?>
31 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 -<pkgmetadata>
33 - <herd>qt</herd>
34 -</pkgmetadata>
35
36 diff --git a/x11-misc/qlipper/qlipper-2.0.0.ebuild b/x11-misc/qlipper/qlipper-2.0.0.ebuild
37 deleted file mode 100644
38 index 7bf45ca..0000000
39 --- a/x11-misc/qlipper/qlipper-2.0.0.ebuild
40 +++ /dev/null
41 @@ -1,19 +0,0 @@
42 -# Copyright 1999-2012 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -# $Header: $
45 -
46 -EAPI=4
47 -
48 -inherit qt4-r2
49 -
50 -DESCRIPTION="Lightweight and cross-platform clipboard history applet."
51 -HOMEPAGE="http://code.google.com/p/qlipper/"
52 -SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~x86 ~amd64"
57 -IUSE=""
58 -
59 -DEPEND="x11-libs/qt-gui:4"
60 -RDEPEND="${DEPEND}"