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 1SR4FK-0007SM-Fb for garchives@archives.gentoo.org; Sun, 06 May 2012 16:23:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB76E07A5; Sun, 6 May 2012 16:15:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 81307E09BE for ; Sun, 6 May 2012 16:07:19 +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 EC2281B406A for ; Sun, 6 May 2012 16:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D32A0E543F for ; Sun, 6 May 2012 16:07:06 +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: <1175359448.10134e1f60d0e81beeecdaf081565ac388a8b463.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 10134e1f60d0e81beeecdaf081565ac388a8b463 X-VCS-Branch: backups/emacs-common-gentoo@1030 Date: Sun, 6 May 2012 16:07:06 +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: 99f8bfff-dc1a-4ec1-ae12-4a19d98b35bf X-Archives-Hash: 5cfa58f398952b1d5d87713a44a32a01 commit: 10134e1f60d0e81beeecdaf081565ac388a8b463 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Mar 31 16:44:08 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 16:44:08 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D10134e1f Makefiles for building of tarballs. svn path=3D/emacs-extra/emacs-desktop/; revision=3D206 --- Makefile | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..40a89b5 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +PN =3D emacs-desktop +PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Chan= geLog) +P =3D $(PN)-$(PV) + +DISTFILES =3D emacs.desktop emacsclient.desktop \ + README.icons emacs.png \ + emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png + + +.PHONY: all dist clean + +all: + +dist: $(DISTFILES) + tar -czf $(P).tar.gz --transform=3D's%^%$(P)/%' $^ + tar -tzvf $(P).tar.gz + +clean: + -rm -f *~ *.tmp *.gz *.bz2 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 1SR4DH-00070P-Vz for garchives@archives.gentoo.org; Sun, 06 May 2012 16:21:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 441C7E0860; Sun, 6 May 2012 16:12:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30812E09D4 for ; Sun, 6 May 2012 16:07:13 +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 C4AF51B4071 for ; Sun, 6 May 2012 16:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91517E542E for ; Sun, 6 May 2012 16:07:11 +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: <1175359448.10134e1f60d0e81beeecdaf081565ac388a8b463.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 10134e1f60d0e81beeecdaf081565ac388a8b463 X-VCS-Branch: backups/emacs-common-gentoo@1233 Date: Sun, 6 May 2012 16:07:11 +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: e2971b07-63b2-4a62-be2c-94851a9b0859 X-Archives-Hash: 7e42afe6b75102b65fbb2aaef8b2d2d6 Message-ID: <20120506160711.odEhFVb_AS1Oofy5ScST33_pEy4WMn1U3n5Oedeab40@z> commit: 10134e1f60d0e81beeecdaf081565ac388a8b463 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Mar 31 16:44:08 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 16:44:08 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D10134e1f Makefiles for building of tarballs. svn path=3D/emacs-extra/emacs-desktop/; revision=3D206 --- Makefile | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..40a89b5 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +PN =3D emacs-desktop +PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Chan= geLog) +P =3D $(PN)-$(PV) + +DISTFILES =3D emacs.desktop emacsclient.desktop \ + README.icons emacs.png \ + emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png + + +.PHONY: all dist clean + +all: + +dist: $(DISTFILES) + tar -czf $(P).tar.gz --transform=3D's%^%$(P)/%' $^ + tar -tzvf $(P).tar.gz + +clean: + -rm -f *~ *.tmp *.gz *.bz2