From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MIOPy-0004ea-3u for garchives@archives.gentoo.org; Sun, 21 Jun 2009 14:53:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58610E02CA; Sun, 21 Jun 2009 14:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1CDE6E02CA for ; Sun, 21 Jun 2009 14:53:13 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CE762657D6 for ; Sun, 21 Jun 2009 14:53:12 +0000 (UTC) Received: from graaff by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MIOPw-0000wV-Cj for gentoo-commits@lists.gentoo.org; Sun, 21 Jun 2009 14:53:12 +0000 From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: xemacs-elisp-common.eclass xemacs-packages.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: xemacs-elisp-common.eclass xemacs-packages.eclass X-VCS-Directories: eclass X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Message-Id: Sender: Hans de Graaff Date: Sun, 21 Jun 2009 14:53:12 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 213774b2-d3f1-4d3f-8926-5e99ad08fa68 X-Archives-Hash: 731960441db8e4399bb35cf2870a53e1 graaff 09/06/21 14:53:12 Modified: xemacs-elisp-common.eclass xemacs-packages.eclass Log: Change virtual/xemacs to app-editors/xemacs since the virtual has been = removed. Revision Changes Path 1.3 eclass/xemacs-elisp-common.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elis= p-common.eclass?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elis= p-common.eclass?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elis= p-common.eclass?r1=3D1.2&r2=3D1.3 Index: xemacs-elisp-common.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xemacs-elisp-common.eclass 25 Sep 2007 18:27:12 -0000 1.2 +++ xemacs-elisp-common.eclass 21 Jun 2009 14:53:12 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1= .2 2007/09/25 18:27:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1= .3 2009/06/21 14:53:12 graaff Exp $ # # Copyright 2007 Hans de Graaff # @@ -26,7 +26,7 @@ # # When relying on the xemacs USE flag, you need to add # -# xemacs? ( virtual/xemacs ) +# xemacs? ( app-editors/xemacs ) # # to your DEPEND/RDEPEND line and use the functions provided here to bri= ng # the files to the correct locations. 1.15 eclass/xemacs-packages.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-pack= ages.eclass?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-pack= ages.eclass?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-pack= ages.eclass?r1=3D1.14&r2=3D1.15 Index: xemacs-packages.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- xemacs-packages.eclass 24 Feb 2008 13:35:15 -0000 1.14 +++ xemacs-packages.eclass 21 Jun 2009 14:53:12 -0000 1.15 @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.14 = 2008/02/24 13:35:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.15 = 2009/06/21 14:53:12 graaff Exp $ # # xemacs-packages eclass inherited by all xemacs packages # $PKG_CAT need's to be set before inheriting xemacs-packages =20 EXPORT_FUNCTIONS src_unpack src_compile src_install =20 -DEPEND=3D"virtual/xemacs" +DEPEND=3D"app-editors/xemacs" =20 [ -z "$HOMEPAGE" ] && HOMEPAGE=3D"http://xemacs.org/" [ -z "$LICENSE" ] && LICENSE=3D"GPL-2"