Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/pgagent: metadata.xml ChangeLog pgagent-3.2.1.ebuild Manifest
Date: Sat, 28 Apr 2012 18:34:25
Message-Id: 20120428183411.6375B2004B@flycatcher.gentoo.org
1 titanofold 12/04/28 18:34:11
2
3 Added: metadata.xml ChangeLog pgagent-3.2.1.ebuild
4 Manifest
5 Log:
6 Initial commit. Bug 292767.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-db/pgagent/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/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>postgresql</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-db/pgagent/ChangeLog
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for dev-db/pgagent
34 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/ChangeLog,v 1.1 2012/04/28 18:34:11 titanofold Exp $
36
37 *pgagent-3.2.1 (28 Apr 2012)
38
39 28 Apr 2012; Aaron W. Swenson <titanofold@g.o> +pgagent-3.2.1.ebuild,
40 +files/pgagent.confd, +files/pgagent.initd, +metadata.xml:
41 Initial commit. Bug 292767.
42
43
44
45
46 1.1 dev-db/pgagent/pgagent-3.2.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/pgagent-3.2.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/pgagent-3.2.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: pgagent-3.2.1.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-db/pgagent/pgagent-3.2.1.ebuild,v 1.1 2012/04/28 18:34:11 titanofold Exp $
56
57 EAPI="4"
58
59 inherit cmake-utils eutils wxwidgets
60
61 MY_PN=${PN/a/A}
62
63 KEYWORDS="~x86 ~amd64"
64
65 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
66 HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"
67 SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
68 LICENSE="POSTGRESQL"
69 SLOT="0"
70 IUSE=""
71
72 RDEPEND=">=dev-db/postgresql-base-8.3.0
73 x11-libs/wxGTK:2.8
74 "
75 DEPEND="${RDEPEND}
76 >=dev-util/cmake-2.6
77 "
78
79 S="${WORKDIR}/${MY_PN}-${PV}-Source"
80
81 src_prepare() {
82 sed -e "s:share):share/${P}):" \
83 -i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
84 }
85
86 src_configure() {
87 WX_GTK_VER="2.8"
88 if has_version "x11-libs/wxGTK[X]"; then
89 need-wxwidgets unicode
90 else
91 need-wxwidgets base-unicode
92 fi
93 mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE"
94 cmake-utils_src_configure
95 }
96
97 src_install() {
98 cmake-utils_src_install
99
100 newinitd "${FILESDIR}/pgagent.initd" ${PN}
101 newconfd "${FILESDIR}/pgagent.confd" ${PN}
102
103 rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs"
104 }
105
106
107
108 1.1 dev-db/pgagent/Manifest
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/Manifest?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgagent/Manifest?rev=1.1&content-type=text/plain
112
113 Index: Manifest
114 ===================================================================
115 AUX pgagent.confd 292 RMD160 804bcb3f64f0a9a960eb7948f5e945372afcded3 SHA1 b1d227175203e3a2c769a454fb25c2b2567a0b1b SHA256 3a916c0b7066a62c0ab47ec520015645c789c9097247f4877060c473aca2a4a5
116 AUX pgagent.initd 557 RMD160 0bdab8f35881c1a52defcf622f92f68c7a9b3b0c SHA1 e8cac52c34d95363b8808a0f81e4aa2029e11606 SHA256 e7046c60315f1826b9227be7f5479bf2f50f65220d1e176a4919ada6039effbd
117 DIST pgAgent-3.2.1-Source.tar.gz 42722 RMD160 aa51d78698f7ad0369960051ca8fddef630f95cc SHA1 e89a6eda1462fa496876b004de50dc2cffc457c2 SHA256 7264bdc5d5609d36aab814e3b329e10a87c0699274412a979b27a711f983f365
118 EBUILD pgagent-3.2.1.ebuild 1124 RMD160 f7126b9a4d7a26d6015cd1741c176c9d124ff776 SHA1 13e73d437c0a2b02a80138a6ff7ed9d1f0ae1d47 SHA256 280d53dec2138ef1f3ccfd2cb3c559edd7ab3355155c93d5aa0771bedbdd4aa0
119 MISC ChangeLog 316 RMD160 da9edf8ec5a10ff3291be85d38a67ea0ee8c023a SHA1 25c4ea5de5b7c26f264ad0f2ea4198c5b1ccfa51 SHA256 8362bad5e975724f3c807a3ae78196070b0457cf0a2f15939f0339d439aede89
120 MISC metadata.xml 167 RMD160 8e41b07f79f7c043c253577a470bc04db7e76563 SHA1 6f7216a3e540097601c17a988d90d368bad3aaa2 SHA256 03dcd4d7bfd4fe2fb9ee0e409804371a0ed9994be46db5a72deb5c426f829070