diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-02-22 17:07:50 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-02-22 17:07:50 +0000 |
commit | e2ecd2ac9546c3ffdeeac5454d83c4e183565ace (patch) | |
tree | b3ec4fe22458b0974433e796db1bf924354843f3 | |
parent | ~amd64 (diff) | |
download | gentoo-2-e2ecd2ac9546c3ffdeeac5454d83c4e183565ace.tar.gz gentoo-2-e2ecd2ac9546c3ffdeeac5454d83c4e183565ace.tar.bz2 gentoo-2-e2ecd2ac9546c3ffdeeac5454d83c4e183565ace.zip |
gwenhywfar marked stable on x86 and removed old ebuild versions.
(Portage version: 2.0.51-r15)
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.3 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4.1 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild | 41 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.4.1.ebuild | 41 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.4.ebuild | 41 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild | 4 |
8 files changed, 6 insertions, 129 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index 47d802769980..4c4307d9ab5c 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gwenhywfar # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.8 2005/01/31 11:33:29 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.9 2005/02/22 17:07:50 hanno Exp $ + + 22 Feb 2005; Hanno Boeck <hanno@gentoo.org> gwenhywfar-1.7.2.ebuild: + Stable on x86. *gwenhywfar-1.7.2 (31 Jan 2005) diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.3 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.3 deleted file mode 100644 index dad32dd7547b..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 633239b07f937db5dcc015e671280e62 gwenhywfar-1.3.tar.gz 905553 diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4 deleted file mode 100644 index 0162abc8379b..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 8b9769c9b1d3618373176c216cb19b5c gwenhywfar-1.4.tar.gz 968546 diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4.1 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4.1 deleted file mode 100644 index 87b64bbba712..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 63af6de9bed27debd675ee707ffa9442 gwenhywfar-1.4.1.tar.gz 969515 diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild deleted file mode 100644 index 4b424e81cc0d..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.3.ebuild,v 1.4 2005/01/02 18:17:41 chriswhite Exp $ - -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://gwenhywfar.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" - -IUSE="debug ssl doc" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) - sys-libs/ncurses - doc? ( app-doc/doxygen )" - -S=${WORKDIR}/${P} - -src_compile() { - if use doc; then - APIDOC="--with-docpath=/usr/share/doc/${P}/apidoc" - fi - econf \ - `use_enable ssl` \ - `use_enable debug` \ - `use_enable doc full-doc` \ - ${APIDOC} || die "configure failed" - emake || die "emake failed" - if use doc; then - emake srcdoc || die "Building the api-doc failed" - fi -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README* AUTHORS ABOUT-NLS COPYING ChangeLog INSTALL TODO - if use doc; then - make DESTDIR=${D} install-srcdoc || die "Installing the API-Doc failed" - fi -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.4.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.4.1.ebuild deleted file mode 100644 index 77ed8fbdddcc..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.4.1.ebuild,v 1.1 2005/01/14 10:43:40 hanno Exp $ - -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://gwenhywfar.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" - -IUSE="debug ssl doc" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) - sys-libs/ncurses - doc? ( app-doc/doxygen )" - -S=${WORKDIR}/${P} - -src_compile() { - if use doc; then - APIDOC="--with-docpath=/usr/share/doc/${P}/apidoc" - fi - econf \ - `use_enable ssl` \ - `use_enable debug` \ - `use_enable doc full-doc` \ - ${APIDOC} || die "configure failed" - emake || die "emake failed" - if use doc; then - emake srcdoc || die "Building the api-doc failed" - fi -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README* AUTHORS ABOUT-NLS COPYING ChangeLog INSTALL TODO - if use doc; then - make DESTDIR=${D} install-srcdoc || die "Installing the API-Doc failed" - fi -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.4.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.4.ebuild deleted file mode 100644 index 80c4e44c326c..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.4.ebuild,v 1.1 2005/01/05 11:58:56 hanno Exp $ - -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://gwenhywfar.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" - -IUSE="debug ssl doc" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) - sys-libs/ncurses - doc? ( app-doc/doxygen )" - -S=${WORKDIR}/${P} - -src_compile() { - if use doc; then - APIDOC="--with-docpath=/usr/share/doc/${P}/apidoc" - fi - econf \ - `use_enable ssl` \ - `use_enable debug` \ - `use_enable doc full-doc` \ - ${APIDOC} || die "configure failed" - emake || die "emake failed" - if use doc; then - emake srcdoc || die "Building the api-doc failed" - fi -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README* AUTHORS ABOUT-NLS COPYING ChangeLog INSTALL TODO - if use doc; then - make DESTDIR=${D} install-srcdoc || die "Installing the API-Doc failed" - fi -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild index b1d955894332..1255f9e9a4d3 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild,v 1.1 2005/01/31 11:33:29 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild,v 1.2 2005/02/22 17:07:50 hanno Exp $ DESCRIPTION="A multi-platform helper library for other libraries" HOMEPAGE="http://gwenhywfar.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" +KEYWORDS="x86 ~amd64 ~sparc ~alpha ~ppc" IUSE="debug ssl doc" |