diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:59:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:59:55 +0000 |
commit | 731390a0cd5821f50beebd2ab2adc18d5d667944 (patch) | |
tree | 93222bcdcf817f70da80180e234ba18aba66ef13 /app-xemacs/texinfo | |
parent | Stable on IA64; bug #154165. (diff) | |
download | gentoo-2-731390a0cd5821f50beebd2ab2adc18d5d667944.tar.gz gentoo-2-731390a0cd5821f50beebd2ab2adc18d5d667944.tar.bz2 gentoo-2-731390a0cd5821f50beebd2ab2adc18d5d667944.zip |
Version bump; remove old version; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/texinfo')
-rw-r--r-- | app-xemacs/texinfo/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/texinfo/files/digest-texinfo-1.23 | 4 | ||||
-rw-r--r-- | app-xemacs/texinfo/files/digest-texinfo-1.30 | 3 | ||||
-rw-r--r-- | app-xemacs/texinfo/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.30.ebuild | 16 |
5 files changed, 40 insertions, 3 deletions
diff --git a/app-xemacs/texinfo/ChangeLog b/app-xemacs/texinfo/ChangeLog index 67988129ca1a..af7e12014430 100644 --- a/app-xemacs/texinfo/ChangeLog +++ b/app-xemacs/texinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/texinfo -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.7 2005/04/20 21:47:50 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.8 2006/11/12 13:59:55 graaff Exp $ + +*texinfo-1.30 (12 Nov 2006) + + 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + -texinfo-1.21.ebuild, +texinfo-1.30.ebuild: + Version bump; remove old version; add metadata. 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> texinfo-1.23.ebuild: Stable on ppc. diff --git a/app-xemacs/texinfo/files/digest-texinfo-1.23 b/app-xemacs/texinfo/files/digest-texinfo-1.23 index 0ce428fcee7d..d26b0150728f 100644 --- a/app-xemacs/texinfo/files/digest-texinfo-1.23 +++ b/app-xemacs/texinfo/files/digest-texinfo-1.23 @@ -1 +1,3 @@ -MD5 4321534b29660dc130a55bb6526ef128 texinfo-1.23-pkg.tar.gz 133424
\ No newline at end of file +MD5 4321534b29660dc130a55bb6526ef128 texinfo-1.23-pkg.tar.gz 133424 +RMD160 8777fb3e3908eddbff80c30de90cda4476575dab texinfo-1.23-pkg.tar.gz 133424 +SHA256 b35caa6fc678d1d146bd7e655c1b42f1e772498657c1eb19ca1416bc1d0e887e texinfo-1.23-pkg.tar.gz 133424 diff --git a/app-xemacs/texinfo/files/digest-texinfo-1.30 b/app-xemacs/texinfo/files/digest-texinfo-1.30 new file mode 100644 index 000000000000..20c56058caf8 --- /dev/null +++ b/app-xemacs/texinfo/files/digest-texinfo-1.30 @@ -0,0 +1,3 @@ +MD5 afa4dfa82a93fc7d4b85096621b8acdf texinfo-1.30-pkg.tar.gz 145763 +RMD160 feb449d7ed62505cdd636109db75123e1f894706 texinfo-1.30-pkg.tar.gz 145763 +SHA256 5a328ae0c16716eefd69569e4acdef0f44a740b4bf409145726f2d9967746e6d texinfo-1.30-pkg.tar.gz 145763 diff --git a/app-xemacs/texinfo/metadata.xml b/app-xemacs/texinfo/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/texinfo/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/texinfo/texinfo-1.30.ebuild b/app-xemacs/texinfo/texinfo-1.30.ebuild new file mode 100644 index 000000000000..7002520984cc --- /dev/null +++ b/app-xemacs/texinfo/texinfo-1.30.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/texinfo-1.30.ebuild,v 1.1 2006/11/12 13:59:55 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="XEmacs TeXinfo support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |