Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 450444 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-util/GammaRay/GammaRay-1.2.1.ebuild (+16 lines)
Line 0 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI=4
6
7
inherit cmake-utils
8
9
DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent"
10
HOMEPAGE="http://www.kdab.com/gammaray"
11
SRC_URI="https://github.com/KDAB/${PN}/archive/v${PV}.tar.gz"
12
13
LICENSE="GPL-2+"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
16
IUSE=""
(-)a/dev-util/GammaRay/GammaRay-1.2.2.ebuild (+16 lines)
Line 0 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI=4
6
7
inherit cmake-utils
8
9
DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent"
10
HOMEPAGE="http://www.kdab.com/gammaray"
11
SRC_URI="https://github.com/KDAB/${PN}/archive/v${PV}.tar.gz"
12
13
LICENSE="GPL-2+"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
16
IUSE=""
(-)a/dev-util/GammaRay/GammaRay-9999.ebuild (+16 lines)
Line 0 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI=4
6
7
inherit cmake-utils git-2
8
9
DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent"
10
HOMEPAGE="http://www.kdab.com/gammaray"
11
EGIT_REPO_URI="git://github.com/KDAB/GammaRay.git"
12
13
LICENSE="GPL-2+"
14
SLOT="0"
15
KEYWORDS=""
16
IUSE=""
(-)a/dev-util/GammaRay/Manifest (+2 lines)
Line 0 Link Here
1
DIST v1.2.1.tar.gz 628225 SHA256 92c712213dc314c304a9ff4db3aa41cee0b9dbb0dfa9ce4e82d9e97c98b5f51f SHA512 3d6a364239153874533becbd450b11eba5ee86780b092ba794eabf019df0b8a5e37757712a85db41b233c35a11da6dd2e83aad204410219745653bb8d1f8262d WHIRLPOOL 96db73f3a8c85db58119f67da5e5542796e45c85709902e180e6cf4f4d6cf1df3a8a1ffd7a9e32bd52a7106a6d9843dc3373ff96677935798945b711c94f5d0e
2
DIST v1.2.2.tar.gz 628721 SHA256 47a53785acde87de9116e78c94734ec71d28b6b37f167544fac2a5e8cb08f896 SHA512 e151183179e09bc28a8858dcdbe0f5b00a51dbf4a561633720b1a6037ce89688019863b0714aacd3cd43c2428a10294a606b5c9b04b2fbd94f092b4b1cb3354a WHIRLPOOL fa08f39485474fa7b6791c737eefa3f6354479975dd429b5aa123e256ac9e5f9f6a37cad7bc9cada003acb7a31c8d335a665227bbe4fa6db5b12aeaa6901cce4
(-)a/dev-util/GammaRay/metadata.xml (-1 / +5 lines)
Line 0 Link Here
0
- 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<herd>qt</herd>
5
</pkgmetadata>

Return to bug 450444