diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-09-04 10:30:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-09-04 10:30:05 +0000 |
commit | f56bfae94ec7d8a250774a63ed9632b948ccc62b (patch) | |
tree | e0f1e6b8e48d6df1b5ac75c7841dcedb6d991619 /app-admin/emacs-updater | |
parent | Don't install the emacs-updater script since it's in its own package now. (diff) | |
download | historical-f56bfae94ec7d8a250774a63ed9632b948ccc62b.tar.gz historical-f56bfae94ec7d8a250774a63ed9632b948ccc62b.tar.bz2 historical-f56bfae94ec7d8a250774a63ed9632b948ccc62b.zip |
Stand-alone emacs-updater, package split off from eselect-emacs.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.0.ebuild | 21 | ||||
-rw-r--r-- | app-admin/emacs-updater/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog new file mode 100644 index 000000000000..e22a87a0dd95 --- /dev/null +++ b/app-admin/emacs-updater/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-admin/emacs-updater +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.1 2008/09/04 10:30:05 ulm Exp $ + +*emacs-updater-1.0 (04 Sep 2008) + + 04 Sep 2008; Ulrich Mueller <ulm@gentoo.org> +metadata.xml, + +emacs-updater-1.0.ebuild: + Initial import of stand-alone emacs-updater, package split off from + app-admin/eselect-emacs. + diff --git a/app-admin/emacs-updater/emacs-updater-1.0.ebuild b/app-admin/emacs-updater/emacs-updater-1.0.ebuild new file mode 100644 index 000000000000..cb5f5aca8e65 --- /dev/null +++ b/app-admin/emacs-updater/emacs-updater-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.0.ebuild,v 1.1 2008/09/04 10:30:05 ulm Exp $ + +DESCRIPTION="Rebuild Emacs packages" +HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="!<=app-admin/eselect-emacs-1.5 + app-portage/portage-utils + virtual/emacs" + +src_install() { + dosbin emacs-updater || die "dosbin failed" +} diff --git a/app-admin/emacs-updater/metadata.xml b/app-admin/emacs-updater/metadata.xml new file mode 100644 index 000000000000..bc306fe58224 --- /dev/null +++ b/app-admin/emacs-updater/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +</pkgmetadata> |