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 1SR416-0004i4-1v for garchives@archives.gentoo.org; Sun, 06 May 2012 16:09:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A819BE0853; Sun, 6 May 2012 16:06:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 729FDE07E0 for ; Sun, 6 May 2012 16:06:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D35671B4064 for ; Sun, 6 May 2012 16:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 253FCE542C for ; Sun, 6 May 2012 16:06:04 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1236427564.2c7087113df66f6d224e97ee5c7eb5ad239191b5.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile subdirs.el X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 2c7087113df66f6d224e97ee5c7eb5ad239191b5 X-VCS-Branch: emacs-common-gentoo Date: Sun, 6 May 2012 16:06:04 +0000 (UTC) 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: 7821132e-23ca-4d27-888d-2ffc35683ca9 X-Archives-Hash: a11337bc0c25885fc51b3f75a52f3245 commit: 2c7087113df66f6d224e97ee5c7eb5ad239191b5 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Mar 7 12:06:04 2009 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 7 12:06:04 2009 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D2c708711 New file subdirs.el. svn path=3D/emacs-common-gentoo/; revision=3D1234 --- ChangeLog | 15 ++++++++++++--- Makefile | 10 ++++------ subdirs.el | 3 +++ 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4415c74..6c06e29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,22 @@ +2009-03-07 Ulrich Mueller + + * version 1.0 + + * Makefile (PN): Package renamed from emacs-desktop to + emacs-common-gentoo since it is more general now. + + * subdirs.el: New file. + * Makefile (DISTFILES): Add it. + 2007-12-28 Ulrich Mueller =20 * version 0.3 =20 * Makefile (DESKTOPFILES): Validate with desktop-file-validate. =20 - * emacsclient.desktop: Ditto. - * emacs.desktop: Canonical ordering for desktop entry keys. (Version): Key added. + * emacsclient.desktop: Ditto. =20 2007-12-10 Christian Faulhammer =20 @@ -60,5 +69,5 @@ =20 * emacs.desktop (Type): Set Type=3DApplication only =20 -Copyright 2007-2008 Gentoo Foundation +Copyright 2007-2009 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 diff --git a/Makefile b/Makefile index 47e2819..911e2e8 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,13 @@ -# Copyright 2007-2008 Gentoo Foundation +# Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -PN =3D emacs-desktop -#PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Cha= ngeLog) -PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/= ;q' \ +PN =3D emacs-common-gentoo +PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\1/= ;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 DESKTOPFILES =3D emacs.desktop emacsclient.desktop -DISTFILES =3D $(DESKTOPFILES) \ - README.icons emacs.png \ +DISTFILES =3D subdirs.el $(DESKTOPFILES) README.icons emacs.png \ emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png =20 =20 diff --git a/subdirs.el b/subdirs.el new file mode 100644 index 0000000..ee1c123 --- /dev/null +++ b/subdirs.el @@ -0,0 +1,3 @@ +;; -*- no-byte-compile: t -*- +(if (fboundp 'normal-top-level-add-subdirs-to-load-path) + (normal-top-level-add-subdirs-to-load-path))