Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qlipper: metadata.xml qlipper-2.0.0.ebuild Manifest ChangeLog
Date: Fri, 29 Jun 2012 07:48:03
Message-Id: 20120629074752.A2CA52004B@flycatcher.gentoo.org
1 yngwin 12/06/29 07:47:52
2
3 Added: metadata.xml qlipper-2.0.0.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial commit
7
8 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 x11-misc/qlipper/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>qt</herd>
22 </pkgmetadata>
23
24
25
26 1.1 x11-misc/qlipper/qlipper-2.0.0.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/qlipper-2.0.0.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/qlipper-2.0.0.ebuild?rev=1.1&content-type=text/plain
30
31 Index: qlipper-2.0.0.ebuild
32 ===================================================================
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.0.ebuild,v 1.1 2012/06/29 07:47:52 yngwin Exp $
36
37 EAPI=4
38
39 inherit qt4-r2
40
41 DESCRIPTION="Lightweight and cross-platform clipboard history applet"
42 HOMEPAGE="http://code.google.com/p/qlipper/"
43 SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2"
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48 IUSE=""
49
50 DEPEND="x11-libs/qt-gui:4"
51 RDEPEND="${DEPEND}"
52
53
54
55 1.1 x11-misc/qlipper/Manifest
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/Manifest?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/Manifest?rev=1.1&content-type=text/plain
59
60 Index: Manifest
61 ===================================================================
62 DIST qlipper-2.0.0.tar.bz2 62318 RMD160 fad9596f1b61793d4e7631902f533971962b7fa4 SHA1 2f8499087554480d3f41301d17927d1af6f7ec5e SHA256 80b6cff0883d2b4b679938ca77e2efa342ab80d3d7fc127e74cb4123d9a50de8
63 EBUILD qlipper-2.0.0.ebuild 424 RMD160 5e0779e8e9591d4607626198c15ea5e6fc926e31 SHA1 4f08d2510ba299b9f442961b5cd4108d3b551657 SHA256 c8c6ffafff86031885b87ef06d1a17934be40d7fcabdd4ce03963878bc0b1385
64 MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
65
66
67
68 1.1 x11-misc/qlipper/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qlipper/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for x11-misc/qlipper
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.1 2012/06/29 07:47:52 yngwin Exp $
78
79 *qlipper-2.0.0 (29 Jun 2012)
80
81 29 Jun 2012; Ben de Groot <yngwin@g.o> +metadata.xml,
82 +qlipper-2.0.0.ebuild:
83 Initial commit