Version bump; remove old version; add metadata.
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 14:35:35 +0000 (14:35 +0000)
committerHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 14:35:35 +0000 (14:35 +0000)
Package-Manager: portage-2.1.1-r1

14 files changed:
app-xemacs/tramp/ChangeLog
app-xemacs/tramp/files/digest-tramp-1.11
app-xemacs/tramp/files/digest-tramp-1.32 [new file with mode: 0644]
app-xemacs/tramp/metadata.xml [new file with mode: 0644]
app-xemacs/tramp/tramp-1.32.ebuild [new file with mode: 0644]
app-xemacs/vc/ChangeLog
app-xemacs/vc/files/digest-vc-1.35
app-xemacs/vc/files/digest-vc-1.41 [new file with mode: 0644]
app-xemacs/vc/metadata.xml [new file with mode: 0644]
app-xemacs/vc/vc-1.41.ebuild [new file with mode: 0644]
app-xemacs/vhdl/ChangeLog
app-xemacs/vhdl/files/digest-vhdl-1.21 [new file with mode: 0644]
app-xemacs/vhdl/metadata.xml [new file with mode: 0644]
app-xemacs/vhdl/vhdl-1.21.ebuild [new file with mode: 0644]

index eb10f725b8f828ca5722f06bdd2e2c73505e5960..d180617d168a225306083f146799b4f9b5416681 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-xemacs/tramp
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.6 2005/01/01 17:18:43 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.7 2006/11/12 14:30:07 graaff Exp $
+
+*tramp-1.32 (12 Nov 2006)
+
+  12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+  -tramp-1.10.ebuild, +tramp-1.32.ebuild:
+  Version bump; remove old version; add metadata.
 
   02 Oct 2003; Aron Griffis <agriffis@gentoo.org> tramp-1.11.ebuild:
   Stable on alpha
index 9ba4ff92484fd5d7c0e3ab9a1cf8f01f50e29b54..5136b83efd6fc37d8ff5e22143e6081a1128b920 100644 (file)
@@ -1 +1,3 @@
-MD5 35ef25fcbc48c9bb17cd4447ce8d64b4 tramp-1.11-pkg.tar.gz 192373
\ No newline at end of file
+MD5 35ef25fcbc48c9bb17cd4447ce8d64b4 tramp-1.11-pkg.tar.gz 192373
+RMD160 94e17587a2c84378cbff33231e728660026afba1 tramp-1.11-pkg.tar.gz 192373
+SHA256 7a7b79aff0c24fa704c0d1cd839bb8e15b7b43c4fffc00473f33db378525c938 tramp-1.11-pkg.tar.gz 192373
diff --git a/app-xemacs/tramp/files/digest-tramp-1.32 b/app-xemacs/tramp/files/digest-tramp-1.32
new file mode 100644 (file)
index 0000000..0db56f7
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 a92227c141b9429548214105bae59a66 tramp-1.32-pkg.tar.gz 294949
+RMD160 0f8543a121b81fb6c1941200243587cd3123429a tramp-1.32-pkg.tar.gz 294949
+SHA256 2bbbb0878c2b90c700011a33e1c462164a4e7b69897bde490839814678737531 tramp-1.32-pkg.tar.gz 294949
diff --git a/app-xemacs/tramp/metadata.xml b/app-xemacs/tramp/metadata.xml
new file mode 100644 (file)
index 0000000..30d23a0
--- /dev/null
@@ -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/tramp/tramp-1.32.ebuild b/app-xemacs/tramp/tramp-1.32.ebuild
new file mode 100644 (file)
index 0000000..a45361a
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.32.ebuild,v 1.1 2006/11/12 14:30:07 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Remote shell-based file editing."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/vc
+app-xemacs/efs
+app-xemacs/dired
+app-xemacs/mail-lib
+app-xemacs/gnus
+app-xemacs/ediff
+app-xemacs/sh-script
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+inherit xemacs-packages
+
index 84935cd66d28345df0bc6faf9a65da4a387ac05e..1e41c5e079c898af417f254c21eb735f1f5cd79c 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-xemacs/vc
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/ChangeLog,v 1.8 2005/09/29 06:24:46 josejx Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/ChangeLog,v 1.9 2006/11/12 14:34:03 graaff Exp $
+
+*vc-1.41 (12 Nov 2006)
+
+  12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+  -vc-1.33.ebuild, +vc-1.41.ebuild:
+  Version bump; remove old version; add metadata.
 
   29 Sep 2005; Joseph Jezak <josejx@gentoo.org> vc-1.35.ebuild:
   Marked ppc stable.
index 18095dd978f1e87b219782609e0e962b779aaff5..8a6d0d5bb73e9f825701f545d89d69a6a2654be8 100644 (file)
@@ -1 +1,3 @@
-MD5 82fa026c9c974ce8df266beb2abddbf9 vc-1.35-pkg.tar.gz 93394
\ No newline at end of file
+MD5 82fa026c9c974ce8df266beb2abddbf9 vc-1.35-pkg.tar.gz 93394
+RMD160 89204a3f3a6a084259eaa6ac298c5ff1a61770d8 vc-1.35-pkg.tar.gz 93394
+SHA256 3bc46d7df55a0b373352e89f9bed75a78320ce09963412871750aebc37ef2e46 vc-1.35-pkg.tar.gz 93394
diff --git a/app-xemacs/vc/files/digest-vc-1.41 b/app-xemacs/vc/files/digest-vc-1.41
new file mode 100644 (file)
index 0000000..7d5f44b
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 78b4e9fefebd73d45e0953f719268d67 vc-1.41-pkg.tar.gz 94597
+RMD160 157b3e6eddb06864ce5fc4e130a760d95ff81c66 vc-1.41-pkg.tar.gz 94597
+SHA256 dc5c4e51d1233179f932233dcf0af561a29467c1b77a521b223a697faa2c96a0 vc-1.41-pkg.tar.gz 94597
diff --git a/app-xemacs/vc/metadata.xml b/app-xemacs/vc/metadata.xml
new file mode 100644 (file)
index 0000000..30d23a0
--- /dev/null
@@ -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/vc/vc-1.41.ebuild b/app-xemacs/vc/vc-1.41.ebuild
new file mode 100644 (file)
index 0000000..aa92e00
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/vc-1.41.ebuild,v 1.1 2006/11/12 14:34:03 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Version Control for Free systems."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/dired
+app-xemacs/xemacs-base
+app-xemacs/mail-lib
+app-xemacs/ediff
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages
+
index 320ccaca12ec346a17b7ae92fb0a81f26ad27d03..3fc21cbf8d91ce02085655f5a0c9d8cd4dbd289e 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-xemacs/vhdl
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vhdl/ChangeLog,v 1.6 2005/01/01 17:19:23 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vhdl/ChangeLog,v 1.7 2006/11/12 14:35:35 graaff Exp $
+
+*vhdl-1.21 (12 Nov 2006)
+
+  12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml,
+  -vhdl-1.15.ebuild, +vhdl-1.21.ebuild:
+  Version bump; remove old version; add metadata.
 
   02 Oct 2003; Aron Griffis <agriffis@gentoo.org> vhdl-1.16.ebuild:
   Stable on alpha
diff --git a/app-xemacs/vhdl/files/digest-vhdl-1.21 b/app-xemacs/vhdl/files/digest-vhdl-1.21
new file mode 100644 (file)
index 0000000..ed24d90
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 54201bbd718fa5b2a8045a8de56b2564 vhdl-1.21-pkg.tar.gz 301747
+RMD160 f30f4c9c0d8f40c40fc214e334d95558b8232605 vhdl-1.21-pkg.tar.gz 301747
+SHA256 0964ddac92e499fb88e888cdcbfa54cda2a03b7a5501ce6b1edcb4498bba4161 vhdl-1.21-pkg.tar.gz 301747
diff --git a/app-xemacs/vhdl/metadata.xml b/app-xemacs/vhdl/metadata.xml
new file mode 100644 (file)
index 0000000..30d23a0
--- /dev/null
@@ -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/vhdl/vhdl-1.21.ebuild b/app-xemacs/vhdl/vhdl-1.21.ebuild
new file mode 100644 (file)
index 0000000..f6c7141
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vhdl/vhdl-1.21.ebuild,v 1.1 2006/11/12 14:35:35 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Support for VHDL."
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/edit-utils
+app-xemacs/c-support
+app-xemacs/speedbar
+app-xemacs/ps-print
+app-xemacs/os-utils
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+inherit xemacs-packages
+