diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 13:18:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 13:18:49 +0000 |
commit | d6eb601e5ca705bf966d3a007e5fbb6bca146021 (patch) | |
tree | c26575820aa9ceef2720983c866124e02f6b9e7e /dev-db/framerd | |
parent | Added to ~ppc (diff) | |
download | historical-d6eb601e5ca705bf966d3a007e5fbb6bca146021.tar.gz historical-d6eb601e5ca705bf966d3a007e5fbb6bca146021.tar.bz2 historical-d6eb601e5ca705bf966d3a007e5fbb6bca146021.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-db/framerd')
-rw-r--r-- | dev-db/framerd/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/framerd/framerd-2.4.3-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-db/framerd/framerd-2.4.3.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-db/framerd/ChangeLog b/dev-db/framerd/ChangeLog index 4c284c80376d..70b481e231c8 100644 --- a/dev-db/framerd/ChangeLog +++ b/dev-db/framerd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/framerd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/ChangeLog,v 1.4 2003/02/12 05:48:11 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/ChangeLog,v 1.5 2004/03/14 13:18:13 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + framerd-2.4.3-r1.ebuild, framerd-2.4.3.ebuild: + Don't assign default to S; header fix *framerd-2.4.3-r1 (05 Dec 2002) 05 Dec 2002; Thomas Raschbacher <lordvan@gentoo.org> framerd-2.4.3-r1.ebuild diff --git a/dev-db/framerd/framerd-2.4.3-r1.ebuild b/dev-db/framerd/framerd-2.4.3-r1.ebuild index 706b2ee115d7..0213feaca1e6 100644 --- a/dev-db/framerd/framerd-2.4.3-r1.ebuild +++ b/dev-db/framerd/framerd-2.4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/framerd-2.4.3-r1.ebuild,v 1.5 2003/09/11 01:06:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/framerd-2.4.3-r1.ebuild,v 1.6 2004/03/14 13:18:13 mr_bones_ Exp $ DESCRIPTION="FramerD is a portable distributed object-oriented database designed to support the maintenance and sharing of knowledge bases." HOMEPAGE="http://www.framerd.org/" @@ -11,7 +11,6 @@ KEYWORDS="x86" IUSE="readline" RDEPEND="readline? >=sys-libs/readline-4.1-r4" DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}" src_compile() { patch -p0 ${S}/etc/setup.fdx ${FILESDIR}/setup.fdx.patch diff --git a/dev-db/framerd/framerd-2.4.3.ebuild b/dev-db/framerd/framerd-2.4.3.ebuild index cd11943fd110..0ed65465bef9 100644 --- a/dev-db/framerd/framerd-2.4.3.ebuild +++ b/dev-db/framerd/framerd-2.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/framerd-2.4.3.ebuild,v 1.7 2003/09/11 01:06:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/framerd/framerd-2.4.3.ebuild,v 1.8 2004/03/14 13:18:13 mr_bones_ Exp $ DESCRIPTION="FramerD is a portable distributed object-oriented database designed to support the maintenance and sharing of knowledge bases." HOMEPAGE="http://www.framerd.org/" @@ -12,7 +12,6 @@ IUSE="readline" RDEPEND="readline? >=sys-libs/readline-4.1-r4 virtual/emacs" DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}" src_compile() { patch -p0 ${S}/etc/setup.fdx ${FILESDIR}/setup.fdx.patch |