summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dictd')
-rw-r--r--app-text/dictd/ChangeLog8
-rw-r--r--app-text/dictd/dictd-1.10.0.ebuild10
-rw-r--r--app-text/dictd/dictd-1.8.0.ebuild9
-rw-r--r--app-text/dictd/dictd-1.9.11-r1.ebuild10
-rw-r--r--app-text/dictd/dictd-1.9.14.ebuild10
5 files changed, 14 insertions, 33 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog
index 888e94f7c537..36d57bb04e66 100644
--- a/app-text/dictd/ChangeLog
+++ b/app-text/dictd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dictd
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.30 2006/12/29 17:59:45 gustavoz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.31 2007/01/05 07:23:52 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> dictd-1.8.0.ebuild,
+ dictd-1.9.11-r1.ebuild, dictd-1.9.14.ebuild, dictd-1.10.0.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> dictd-1.9.14.ebuild:
Stable on sparc
diff --git a/app-text/dictd/dictd-1.10.0.ebuild b/app-text/dictd/dictd-1.10.0.ebuild
index ae23d2cc245f..150dadc7c71e 100644
--- a/app-text/dictd/dictd-1.10.0.ebuild
+++ b/app-text/dictd/dictd-1.10.0.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.10.0.ebuild,v 1.2 2005/08/20 19:15:55 grobian Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.10.0.ebuild,v 1.3 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf \
--with-cflags="${CFLAGS}" \
--sysconfdir=/etc/dict || die
diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild
index 12edfd41a9bc..40a084bef740 100644
--- a/app-text/dictd/dictd-1.8.0.ebuild
+++ b/app-text/dictd/dictd-1.8.0.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.18 2005/01/01 16:08:17 eradicator Exp $
-
-inherit gnuconfig eutils
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.19 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -22,9 +20,6 @@ src_unpack() {
}
src_compile() {
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf --with-etcdir=/etc/dict || die
make || die
}
diff --git a/app-text/dictd/dictd-1.9.11-r1.ebuild b/app-text/dictd/dictd-1.9.11-r1.ebuild
index 157d6a21789b..d0a6614d4eb4 100644
--- a/app-text/dictd/dictd-1.9.11-r1.ebuild
+++ b/app-text/dictd/dictd-1.9.11-r1.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.10 2005/02/19 10:06:27 corsair Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.11-r1.ebuild,v 1.11 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf \
--with-cflags="${CFLAGS}" \
--sysconfdir=/etc/dict || die
diff --git a/app-text/dictd/dictd-1.9.14.ebuild b/app-text/dictd/dictd-1.9.14.ebuild
index 08621dfa4b2c..cd07864c4e2f 100644
--- a/app-text/dictd/dictd-1.9.14.ebuild
+++ b/app-text/dictd/dictd-1.9.14.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.9 2006/12/29 17:59:45 gustavoz Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.10 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf \
--with-cflags="${CFLAGS}" \
--sysconfdir=/etc/dict || die