summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/dav/ChangeLog10
-rw-r--r--app-editors/dav/Manifest7
-rw-r--r--app-editors/dav/dav-0.8.4.ebuild8
-rw-r--r--app-editors/dav/dav-0.8.5.ebuild25
-rw-r--r--app-editors/dav/files/digest-dav-0.8.51
-rw-r--r--app-editors/dav/metadata.xml9
-rw-r--r--app-editors/elisp-manual/Manifest5
7 files changed, 55 insertions, 10 deletions
diff --git a/app-editors/dav/ChangeLog b/app-editors/dav/ChangeLog
index 8c3dce9c14c8..efabcce679a2 100644
--- a/app-editors/dav/ChangeLog
+++ b/app-editors/dav/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/dav
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/ChangeLog,v 1.1 2003/10/17 20:48:35 avenj Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/ChangeLog,v 1.2 2004/06/07 01:25:38 dragonheart Exp $
+
+*dav-0.8.5 (07 Jun 2004)
+
+ 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ dav-0.8.4.ebuild, +dav-0.8.5.ebuild:
+ version 0.8.4 stable x86 and uses CFLAGS now. version bump too
*dav-0.8.4 (17 Oct 2003)
diff --git a/app-editors/dav/Manifest b/app-editors/dav/Manifest
index b5b869dd6911..9292f84f9953 100644
--- a/app-editors/dav/Manifest
+++ b/app-editors/dav/Manifest
@@ -1,3 +1,6 @@
-MD5 5db6ad06547af4bcdd4b3d54a4712eaf ChangeLog 391
-MD5 a2e18268e0145a3cd79b985bc978b52a dav-0.8.4.ebuild 651
+MD5 0352e86e416bc5d90e0d1652cfb60a5b ChangeLog 595
+MD5 f9fccb4fa61bb3527f0795ff5e593238 dav-0.8.4.ebuild 701
+MD5 5d701da48f564091e4069f3cbd671e68 dav-0.8.5.ebuild 702
+MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
+MD5 7ba309aedd567b2d56f17baa20606879 files/digest-dav-0.8.5 60
MD5 71a2f4cfa36d38196022faf8e2804634 files/digest-dav-0.8.4 60
diff --git a/app-editors/dav/dav-0.8.4.ebuild b/app-editors/dav/dav-0.8.4.ebuild
index 54122a70f46c..bab9811ab8cc 100644
--- a/app-editors/dav/dav-0.8.4.ebuild
+++ b/app-editors/dav/dav-0.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/dav-0.8.4.ebuild,v 1.2 2004/03/13 23:00:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/dav-0.8.4.ebuild,v 1.3 2004/06/07 01:25:38 dragonheart Exp $
DESCRIPTION="A minimal console text editor"
HOMEPAGE="http://dav-text.sourceforge.net/"
@@ -11,15 +11,15 @@ SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="sys-libs/ncurses"
src_compile() {
- emake || die
+ emake CFLAGS="${CFLAGS}" LDFLAGS="-lncurses ${CFLAGS}" || die
}
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR=${D} install || die
}
diff --git a/app-editors/dav/dav-0.8.5.ebuild b/app-editors/dav/dav-0.8.5.ebuild
new file mode 100644
index 000000000000..1ab14a86c4b1
--- /dev/null
+++ b/app-editors/dav/dav-0.8.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/dav-0.8.5.ebuild,v 1.1 2004/06/07 01:25:38 dragonheart Exp $
+
+DESCRIPTION="A minimal console text editor"
+HOMEPAGE="http://dav-text.sourceforge.net/"
+
+# The maintainer does not keep sourceforge's mirrors up-to-date,
+# so we point to the website's store of files.
+SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" LDFLAGS="-lncurses ${CFLAGS}" || die
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die
+}
diff --git a/app-editors/dav/files/digest-dav-0.8.5 b/app-editors/dav/files/digest-dav-0.8.5
new file mode 100644
index 000000000000..bc97c356c031
--- /dev/null
+++ b/app-editors/dav/files/digest-dav-0.8.5
@@ -0,0 +1 @@
+MD5 992ddc8a72b2840bdbaaeb243d2b32c3 dav-0.8.5.tar.gz 22824
diff --git a/app-editors/dav/metadata.xml b/app-editors/dav/metadata.xml
new file mode 100644
index 000000000000..d8b96be3c5cd
--- /dev/null
+++ b/app-editors/dav/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>bug-wranglers@gentoo.org</email>
+ <description>This package lacks a primary herd or maintainer.</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-editors/elisp-manual/Manifest b/app-editors/elisp-manual/Manifest
index c8f9e29e32f5..069002a0607b 100644
--- a/app-editors/elisp-manual/Manifest
+++ b/app-editors/elisp-manual/Manifest
@@ -1,3 +1,4 @@
-MD5 30a720c0a7c5182ff3b64c5a28abd229 elisp-manual-21.2.8.ebuild 599
-MD5 ecf2bc4a4c5d222405fa8c5df55a8fe9 ChangeLog 667
+MD5 af5eda1d9ef795086463909dea7744da ChangeLog 787
+MD5 e5a3995f7637bdc098d9d5ece034d31f elisp-manual-21.2.8.ebuild 608
+MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
MD5 1e43ee88c0fe7921db4959b1c2588b70 files/digest-elisp-manual-21.2.8 62