Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xemacs: xemacs-21.4.22.ebuild ChangeLog
Date: Sun, 21 Jun 2009 12:58:28
Message-Id: E1MIMcs-0005FC-OM@stork.gentoo.org
1 graaff 09/06/21 12:58:26
2
3 Modified: xemacs-21.4.22.ebuild ChangeLog
4 Log:
5 Remove virtual/xemacs. Fix QA issues.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 app-editors/xemacs/xemacs-21.4.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild?r1=1.6&r2=1.7
14
15 Index: xemacs-21.4.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- xemacs-21.4.22.ebuild 21 Apr 2009 16:24:02 -0000 1.6
22 +++ xemacs-21.4.22.ebuild 21 Jun 2009 12:58:26 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild,v 1.6 2009/04/21 16:24:02 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22.ebuild,v 1.7 2009/06/21 12:58:26 graaff Exp $
28
29 # Note: xemacs currently does not work with a hardened profile. If you
30 # want to use xemacs on a hardened profile then compile with the
31 @@ -21,8 +21,7 @@
32
33 X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
34
35 -DEPEND="virtual/libc
36 - !virtual/xemacs
37 +RDEPEND="
38 berkdb? ( sys-libs/db )
39 gdbm? ( >=sys-libs/gdbm-1.8.3 )
40 >=sys-libs/zlib-1.1.4
41 @@ -47,12 +46,11 @@
42 !amd64? ( freewnn? ( app-i18n/freewnn ) )
43 >=sys-libs/ncurses-5.2
44 >=app-admin/eselect-emacs-1.2"
45 +DEPEND="${DEPEND}"
46
47 PDEPEND="app-xemacs/xemacs-base
48 mule? ( app-xemacs/mule-base )"
49
50 -PROVIDE="virtual/xemacs"
51 -
52 src_unpack() {
53 unpack ${P}.tar.gz
54 use neXt && unpack NeXT_XEmacs.tar.gz
55
56
57
58 1.124 app-editors/xemacs/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.124&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.124&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.123&r2=1.124
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
67 retrieving revision 1.123
68 retrieving revision 1.124
69 diff -u -r1.123 -r1.124
70 --- ChangeLog 21 Jun 2009 12:38:04 -0000 1.123
71 +++ ChangeLog 21 Jun 2009 12:58:26 -0000 1.124
72 @@ -1,6 +1,11 @@
73 # ChangeLog for app-editors/xemacs
74 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.123 2009/06/21 12:38:04 graaff Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.124 2009/06/21 12:58:26 graaff Exp $
77 +
78 + 21 Jun 2009; Hans de Graaff <graaff@g.o> xemacs-21.4.22.ebuild:
79 + Remove PROVIDE: app-editors/xemacs is the only provider right now so it
80 + makes no sense to have an old-style virtual for this. Remove blocker on
81 + virtual/xemacs. Remove virtual/libc dependency. Explicitly set RDEPEND.
82
83 21 Jun 2009; Hans de Graaff <graaff@g.o> -xemacs-21.4.21-r1.ebuild:
84 Remove old version.