Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/archway: ChangeLog archway-0.2.1.ebuild archway-0.1.1.ebuild archway-0.2.0.ebuild
Date: Thu, 03 Jul 2008 04:09:48
Message-Id: E1KEG8c-0002GQ-Ln@stork.gentoo.org
1 darkside 08/07/03 04:09:42
2
3 Modified: ChangeLog archway-0.2.1.ebuild
4 Removed: archway-0.1.1.ebuild archway-0.2.0.ebuild
5 Log:
6 Fix & remove deps which were implied and/or not needed. Fixes bug #230605. Also, remove old versions
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
8
9 Revision Changes Path
10 1.10 dev-util/archway/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/archway/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 21 Apr 2008 17:15:47 -0000 1.9
23 +++ ChangeLog 3 Jul 2008 04:09:42 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/archway
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/archway/ChangeLog,v 1.9 2008/04/21 17:15:47 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/archway/ChangeLog,v 1.10 2008/07/03 04:09:42 darkside Exp $
29 +
30 + 03 Jul 2008; Jeremy Olexa <darkside@g.o> -archway-0.1.1.ebuild,
31 + -archway-0.2.0.ebuild, archway-0.2.1.ebuild:
32 + Fix & remove deps which were implied and/or not needed. Fixes bug #230605.
33 + Also, remove old versions
34
35 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
36 Fix up metadata.xml. If there's no maintainer for the package, the metadata
37
38
39
40 1.2 dev-util/archway/archway-0.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild?r1=1.1&r2=1.2
45
46 Index: archway-0.2.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- archway-0.2.1.ebuild 30 Oct 2005 21:38:09 -0000 1.1
53 +++ archway-0.2.1.ebuild 3 Jul 2008 04:09:42 -0000 1.2
54 @@ -1,31 +1,30 @@
55 -# Copyright 1999-2005 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild,v 1.1 2005/10/30 21:38:09 arj Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/archway/archway-0.2.1.ebuild,v 1.2 2008/07/03 04:09:42 darkside Exp $
60
61 inherit eutils
62
63 DESCRIPTION="A GUI for GNU Arch"
64 -
65 HOMEPAGE="http://www.nongnu.org/archway/"
66 SRC_URI="http://savannah.nongnu.org/download/archway/${P}.tar.gz"
67
68 LICENSE="GPL-2"
69 -
70 SLOT="0"
71
72 KEYWORDS="~amd64 ~x86 ~ppc"
73 -
74 IUSE=""
75
76 -DEPEND=">=dev-util/tla-1.1
77 - >=dev-lang/perl-5.8.0
78 - >=dev-perl/gtk2-perl-1.040
79 - >=dev-perl/glib-perl-1.040
80 - >=x11-libs/gtk+-2.4.0"
81 +#"ArchWay requires gtk-2.4 and gtk2-perl." -$HOMEPAGE
82 +#DEPEND=">=dev-util/tla-1.1
83 +# >=dev-lang/perl-5.8.0
84 +# >=dev-perl/gtk2-perl-1.040
85 +# >=dev-perl/glib-perl-1.040
86 +# >=x11-libs/gtk+-2.4.0"
87 +
88 +DEPEND=""
89 +RDEPEND=">=x11-libs/gtk+-2
90 + >=dev-perl/gtk2-perl-1.040"
91
92 src_install() {
93 - make \
94 - DESTDIR=${D} \
95 - prefix=/usr \
96 - install || die
97 + make DESTDIR=${D} prefix=/usr install || die
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list