Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/kxstitch: metadata.xml kxstitch-1.2.0.ebuild ChangeLog
Date: Tue, 26 Aug 2014 09:57:12
Message-Id: 20140826095708.62C293EC0@oystercatcher.gentoo.org
1 kensington 14/08/26 09:57:08
2
3 Added: metadata.xml kxstitch-1.2.0.ebuild ChangeLog
4 Log:
5 New package wrt bug #63847.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.1 media-gfx/kxstitch/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 </pkgmetadata>
22
23
24
25 1.1 media-gfx/kxstitch/kxstitch-1.2.0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/kxstitch-1.2.0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/kxstitch-1.2.0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: kxstitch-1.2.0.ebuild
31 ===================================================================
32 # Copyright 1999-2014 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/media-gfx/kxstitch/kxstitch-1.2.0.ebuild,v 1.1 2014/08/26 09:57:08 kensington Exp $
35
36 EAPI=5
37
38 KDE_DOC_DIRS="doc-translations/%lingua_${PN}"
39 KDE_HANDBOOK="optional"
40 KDE_LINGUAS="ca cs da de en_GB es et fr hu it lt nl pl pt pt_BR sk sv uk"
41 inherit kde4-base
42
43 DESCRIPTION="Program to create cross stitch patterns"
44 HOMEPAGE="http://userbase.kde.org/KXStitch"
45 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
46
47 LICENSE="GPL-2"
48 SLOT="4"
49 KEYWORDS="~amd64"
50 IUSE="debug"
51
52 RDEPEND="
53 media-gfx/imagemagick[cxx]
54 x11-libs/libX11
55 "
56 DEPEND="${RDEPEND}
57 sys-devel/gettext
58 "
59
60
61
62 1.1 media-gfx/kxstitch/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kxstitch/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for media-gfx/kxstitch
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/media-gfx/kxstitch/ChangeLog,v 1.1 2014/08/26 09:57:08 kensington Exp $
72
73 *kxstitch-1.2.0 (26 Aug 2014)
74
75 26 Aug 2014; Michael Palimaka <kensington@g.o> +kxstitch-1.2.0.ebuild,
76 +metadata.xml:
77 New package wrt bug #63847.