diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:06:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:06:21 +0000 |
commit | 0fa6342711de8659df0298372204666978479735 (patch) | |
tree | ec67de87e883ae987057358f99cbe40845643701 /dev-libs/dvcgi | |
parent | Changing build-time FONTDIR in attempt to fix #44854. (diff) | |
download | historical-0fa6342711de8659df0298372204666978479735.tar.gz historical-0fa6342711de8659df0298372204666978479735.tar.bz2 historical-0fa6342711de8659df0298372204666978479735.zip |
fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org>
Diffstat (limited to 'dev-libs/dvcgi')
-rw-r--r-- | dev-libs/dvcgi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/dvcgi/dvcgi-0.5.10.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/dvcgi/dvcgi-0.5.7.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/dvcgi/dvcgi-0.5.8.ebuild | 13 | ||||
-rw-r--r-- | dev-libs/dvcgi/files/digest-dvcgi-0.5.7 | 1 |
5 files changed, 18 insertions, 39 deletions
diff --git a/dev-libs/dvcgi/ChangeLog b/dev-libs/dvcgi/ChangeLog index 07f85fa96229..b2ac20411a0c 100644 --- a/dev-libs/dvcgi/ChangeLog +++ b/dev-libs/dvcgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/dvcgi -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/ChangeLog,v 1.6 2004/03/02 11:30:16 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/ChangeLog,v 1.7 2004/03/17 09:02:18 seemant Exp $ + + 17 Mar 2004; Seemant Kulleen <seemant@gentoo.org> dvcgi-0.5.10.ebuild, + dvcgi-0.5.7.ebuild, dvcgi-0.5.8.ebuild: + fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org> *dvcgi-0.5.10 (28 Oct 2003) diff --git a/dev-libs/dvcgi/dvcgi-0.5.10.ebuild b/dev-libs/dvcgi/dvcgi-0.5.10.ebuild index 760f38dbd4bc..8ba1a1b96b11 100644 --- a/dev-libs/dvcgi/dvcgi-0.5.10.ebuild +++ b/dev-libs/dvcgi/dvcgi-0.5.10.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.10.ebuild,v 1.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.10.ebuild,v 1.3 2004/03/17 09:02:18 seemant Exp $ -A=dvcgi-${PV}.tar.gz -S=${WORKDIR}/dvcgi-${PV} DESCRIPTION="dvcgi provides a C++ interface for C++ cgi programs" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${A}" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/html/" -KEYWORDS="~x86 ppc" -LICENSE="GPL-2" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${P}.tar.gz" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ppc" IUSE="" + DEPEND="virtual/glibc dev-libs/dvutil dev-libs/dvnet" -RDEPEND=${DEPEND} src_install() { make prefix=${D}/usr install diff --git a/dev-libs/dvcgi/dvcgi-0.5.7.ebuild b/dev-libs/dvcgi/dvcgi-0.5.7.ebuild deleted file mode 100644 index 82f16c54d2a5..000000000000 --- a/dev-libs/dvcgi/dvcgi-0.5.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.7.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ - -A=dvcgi-${PV}.tar.gz -S=${WORKDIR}/dvcgi-${PV} -DESCRIPTION="dvcgi provides a C++ interface for C++ cgi programs" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${A}" -HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/html/" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -SLOT="0" - -IUSE="" -DEPEND="virtual/glibc - dev-libs/dvutil - dev-libs/dvnet" -RDEPEND=${DEPEND} - -src_install() { - make prefix=${D}/usr install -} diff --git a/dev-libs/dvcgi/dvcgi-0.5.8.ebuild b/dev-libs/dvcgi/dvcgi-0.5.8.ebuild index 43d3d3c5f97e..0a32df90ea04 100644 --- a/dev-libs/dvcgi/dvcgi-0.5.8.ebuild +++ b/dev-libs/dvcgi/dvcgi-0.5.8.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.8.ebuild,v 1.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.8.ebuild,v 1.3 2004/03/17 09:02:18 seemant Exp $ -A=dvcgi-${PV}.tar.gz -S=${WORKDIR}/dvcgi-${PV} DESCRIPTION="dvcgi provides a C++ interface for C++ cgi programs" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${A}" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/html/" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${P}.tar.gz" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" IUSE="" + DEPEND="virtual/glibc dev-libs/dvutil dev-libs/dvnet" -RDEPEND=${DEPEND} src_install() { make prefix=${D}/usr install diff --git a/dev-libs/dvcgi/files/digest-dvcgi-0.5.7 b/dev-libs/dvcgi/files/digest-dvcgi-0.5.7 deleted file mode 100644 index 6f795dbd8083..000000000000 --- a/dev-libs/dvcgi/files/digest-dvcgi-0.5.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 a807b5aae31f9ecbd905a5277d469540 dvcgi-0.5.7.tar.gz 257355 |