diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 14:09:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 14:09:19 +0000 |
commit | d65bbd0c08e3829fc310781fa26aa36d29b30c38 (patch) | |
tree | 05ef99617325076cbbb5fc063bf77305db102650 /app-xemacs/time | |
parent | Add a warning about the default configuration file changing location, #154862 (diff) | |
download | historical-d65bbd0c08e3829fc310781fa26aa36d29b30c38.tar.gz historical-d65bbd0c08e3829fc310781fa26aa36d29b30c38.tar.bz2 historical-d65bbd0c08e3829fc310781fa26aa36d29b30c38.zip |
Version bump; add metadata.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/time')
-rw-r--r-- | app-xemacs/time/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/time/files/digest-time-1.14 | 3 | ||||
-rw-r--r-- | app-xemacs/time/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/time/time-1.14.ebuild | 15 |
4 files changed, 36 insertions, 2 deletions
diff --git a/app-xemacs/time/ChangeLog b/app-xemacs/time/ChangeLog index feb55abc3e08..7260d8f5698d 100644 --- a/app-xemacs/time/ChangeLog +++ b/app-xemacs/time/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/time -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/time/ChangeLog,v 1.9 2005/09/29 06:47:34 josejx Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/time/ChangeLog,v 1.10 2006/11/12 14:02:57 graaff Exp $ + +*time-1.14 (12 Nov 2006) + + 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +time-1.14.ebuild: + Version bump; add metadata. 29 Sep 2005; Joseph Jezak <josejx@gentoo.org> time-1.12.ebuild: Marked ppc stable. diff --git a/app-xemacs/time/files/digest-time-1.14 b/app-xemacs/time/files/digest-time-1.14 new file mode 100644 index 000000000000..ea3adedad215 --- /dev/null +++ b/app-xemacs/time/files/digest-time-1.14 @@ -0,0 +1,3 @@ +MD5 8956073a18694a8ad91a52c7374c3d66 time-1.14-pkg.tar.gz 20431 +RMD160 97100a3d580873d3f38b0e9d0f4ef3a0784de7c1 time-1.14-pkg.tar.gz 20431 +SHA256 35851d62093834e8454767ee5d86fc2f863c32dc6f5651129674218926ee2949 time-1.14-pkg.tar.gz 20431 diff --git a/app-xemacs/time/metadata.xml b/app-xemacs/time/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/time/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> + <maintainer> + <email>xemacs@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> diff --git a/app-xemacs/time/time-1.14.ebuild b/app-xemacs/time/time-1.14.ebuild new file mode 100644 index 000000000000..6bd324a7edff --- /dev/null +++ b/app-xemacs/time/time-1.14.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/time/time-1.14.ebuild,v 1.1 2006/11/12 14:02:57 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Display time & date on the modeline." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |