public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-03  8:13 Gunnar Wrobel (wrobel)
  0 siblings, 0 replies; 11+ messages in thread
From: Gunnar Wrobel (wrobel) @ 2007-12-03  8:13 UTC (permalink / raw
  To: gentoo-commits

wrobel      07/12/03 08:13:25

  Modified:             ChangeLog
  Added:                htdig-3.2.0_beta6-r3.ebuild
  Log:
  -m htdig-3.2.0_beta6-r3 fixes sec bug #200285.
  (Portage version: 2.1.3.14)

Revision  Changes    Path
1.35                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	25 Jun 2007 14:21:01 -0000	1.34
+++ ChangeLog	3 Dec 2007 08:13:25 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.34 2007/06/25 14:21:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.35 2007/12/03 08:13:25 wrobel Exp $
+
+*htdig-3.2.0_beta6-r3 (03 Dec 2007)
+
+  03 Dec 2007; <wrobel@gentoo.org> +files/htdig-3.2.0_beta6-quoting.patch,
+  +htdig-3.2.0_beta6-r3.ebuild:
+  -m htdig-3.2.0_beta6-r3 fixes sec bug #200285.
 
   25 Jun 2007; Raúl Porcel <armin76@gentoo.org>
   htdig-3.2.0_beta6-r2.ebuild:



1.1                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.1&content-type=text/plain

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.1 2007/12/03 08:13:25 wrobel Exp $

inherit eutils autotools

MY_PV=${PV/_beta/b}
S=${WORKDIR}/${PN}-${MY_PV}

DESCRIPTION="HTTP/HTML indexing and searching system"
SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
HOMEPAGE="http://www.htdig.org"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
LICENSE="GPL-2"

DEPEND=">=sys-libs/zlib-1.1.3
	app-arch/unzip
	ssl? ( dev-libs/openssl )"

IUSE="ssl"
SLOT="0"

src_unpack() {
	unpack "${A}"

	cd "${S}"
	epatch "${FILESDIR}/${P}"-gcc4.patch
	epatch "${FILESDIR}/${P}"-as-needed.patch
	epatch "${FILESDIR}/${P}"-quoting.patch
	eautoreconf
}

src_compile() {
	local conf="
		--with-config-dir=/etc/${PN} \
		--with-default-config-file=/etc/${PN}/${PN}.conf \
		--with-database-dir=/var/lib/${PN}/db \
		--with-cgi-bin-dir=/var/www/localhost/cgi-bin \
		--with-search-dir=/var/www/localhost/htdocs/${PN} \
		--with-image-dir=/var/www/localhost/htdocs/${PN}
	"
	use ssl && conf="${conf} --with-ssl"

	econf ${conf} || die "configure failed"

#		--with-image-url-prefix=file:///var/www/localhost/htdocs/${PN} \

	emake || die "emake failed"
}

src_install () {
	emake DESTDIR="${D}" install || die "make install failed"

	dodoc ChangeLog COPYING README
	dohtml -r htdoc

	dosed /etc/${PN}/${PN}.conf
	dosed /usr/bin/rundig

	# symlink htsearch so it can be easily found. see bug #62087
	dosym /var/www/localhost/cgi-bin/htsearch /usr/bin/htsearch
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-03 12:19 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2007-12-03 12:19 UTC (permalink / raw
  To: gentoo-commits

maekke      07/12/03 12:19:44

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  x86 stable, security bug #200285
  (Portage version: 2.1.4_rc6)

Revision  Changes    Path
1.36                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	3 Dec 2007 08:13:25 -0000	1.35
+++ ChangeLog	3 Dec 2007 12:19:44 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.35 2007/12/03 08:13:25 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.36 2007/12/03 12:19:44 maekke Exp $
+
+  03 Dec 2007; Markus Meier <maekke@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
+  x86 stable, security bug #200285
 
 *htdig-3.2.0_beta6-r3 (03 Dec 2007)
 



1.2                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.1&r2=1.2

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htdig-3.2.0_beta6-r3.ebuild	3 Dec 2007 08:13:25 -0000	1.1
+++ htdig-3.2.0_beta6-r3.ebuild	3 Dec 2007 12:19:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.1 2007/12/03 08:13:25 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.2 2007/12/03 12:19:44 maekke Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-04  3:12 Steve Dibb (beandog)
  0 siblings, 0 replies; 11+ messages in thread
From: Steve Dibb (beandog) @ 2007-12-04  3:12 UTC (permalink / raw
  To: gentoo-commits

beandog     07/12/04 03:12:02

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  amd64 stable, bug 200285
  (Portage version: 2.1.4_rc6)

Revision  Changes    Path
1.37                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	3 Dec 2007 12:19:44 -0000	1.36
+++ ChangeLog	4 Dec 2007 03:12:02 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.36 2007/12/03 12:19:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.37 2007/12/04 03:12:02 beandog Exp $
+
+  04 Dec 2007; Steve Dibb <beandog@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
+  amd64 stable, bug 200285
 
   03 Dec 2007; Markus Meier <maekke@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
   x86 stable, security bug #200285



1.3                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.2&r2=1.3

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htdig-3.2.0_beta6-r3.ebuild	3 Dec 2007 12:19:44 -0000	1.2
+++ htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 03:12:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.2 2007/12/03 12:19:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.3 2007/12/04 03:12:02 beandog Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3
@@ -51,7 +51,7 @@
 src_install () {
 	emake DESTDIR="${D}" install || die "make install failed"
 
-	dodoc ChangeLog COPYING README
+	dodoc ChangeLog README
 	dohtml -r htdoc
 
 	dosed /etc/${PN}/${PN}.conf



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-04 10:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-04 10:59 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/04 10:59:14

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  alpha/ia64/sparc stable wrt security #200285
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.38                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	4 Dec 2007 03:12:02 -0000	1.37
+++ ChangeLog	4 Dec 2007 10:59:13 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.37 2007/12/04 03:12:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.38 2007/12/04 10:59:13 armin76 Exp $
+
+  04 Dec 2007; Raúl Porcel <armin76@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  alpha/ia64/sparc stable wrt security #200285
 
   04 Dec 2007; Steve Dibb <beandog@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
   amd64 stable, bug 200285



1.4                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.3&r2=1.4

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 03:12:02 -0000	1.3
+++ htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 10:59:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.3 2007/12/04 03:12:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.4 2007/12/04 10:59:13 armin76 Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-04 16:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2007-12-04 16:04 UTC (permalink / raw
  To: gentoo-commits

jer         07/12/04 16:04:50

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  Stable for HPPA (bug #200285).
  (Portage version: 2.1.4_rc5)

Revision  Changes    Path
1.39                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	4 Dec 2007 10:59:13 -0000	1.38
+++ ChangeLog	4 Dec 2007 16:04:50 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.38 2007/12/04 10:59:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.39 2007/12/04 16:04:50 jer Exp $
+
+  04 Dec 2007; Jeroen Roovers <jer@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
+  Stable for HPPA (bug #200285).
 
   04 Dec 2007; Raúl Porcel <armin76@gentoo.org>
   htdig-3.2.0_beta6-r3.ebuild:



1.5                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.4&r2=1.5

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 10:59:13 -0000	1.4
+++ htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 16:04:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.4 2007/12/04 10:59:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.5 2007/12/04 16:04:50 jer Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-04 17:59 Markus Rothe (corsair)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Rothe (corsair) @ 2007-12-04 17:59 UTC (permalink / raw
  To: gentoo-commits

corsair     07/12/04 17:59:14

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  Stable on ppc64; bug #200285
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.40                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	4 Dec 2007 16:04:50 -0000	1.39
+++ ChangeLog	4 Dec 2007 17:59:13 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.39 2007/12/04 16:04:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.40 2007/12/04 17:59:13 corsair Exp $
+
+  04 Dec 2007; Markus Rothe <corsair@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  Stable on ppc64; bug #200285
 
   04 Dec 2007; Jeroen Roovers <jer@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
   Stable for HPPA (bug #200285).



1.6                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.5&r2=1.6

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 16:04:50 -0000	1.5
+++ htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 17:59:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.5 2007/12/04 16:04:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.6 2007/12/04 17:59:13 corsair Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2007-12-04 19:46 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2007-12-04 19:46 UTC (permalink / raw
  To: gentoo-commits

dertobi123    07/12/04 19:46:12

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  ppc stable, bug #200285
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.41                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	4 Dec 2007 17:59:13 -0000	1.40
+++ ChangeLog	4 Dec 2007 19:46:11 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.40 2007/12/04 17:59:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.41 2007/12/04 19:46:11 dertobi123 Exp $
+
+  04 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  ppc stable, bug #200285
 
   04 Dec 2007; Markus Rothe <corsair@gentoo.org>
   htdig-3.2.0_beta6-r3.ebuild:



1.7                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.6&r2=1.7

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 17:59:13 -0000	1.6
+++ htdig-3.2.0_beta6-r3.ebuild	4 Dec 2007 19:46:11 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.6 2007/12/04 17:59:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.7 2007/12/04 19:46:11 dertobi123 Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 DESCRIPTION="HTTP/HTML indexing and searching system"
 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
 HOMEPAGE="http://www.htdig.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND=">=sys-libs/zlib-1.1.3



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2010-01-01  3:38 Jonathan Callen (abcd)
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-01  3:38 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/01 03:38:43

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  Add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.44                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	13 Dec 2009 21:57:34 -0000	1.43
+++ ChangeLog	1 Jan 2010 03:38:42 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.43 2009/12/13 21:57:34 abcd Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.44 2010/01/01 03:38:42 abcd Exp $
+
+  01 Jan 2010; Jonathan Callen <abcd@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  Add prefix keywords
 
   13 Dec 2009; Jonathan Callen <abcd@gentoo.org> -files/3.1.6-ssl.patch,
   -htdig-3.1.6-r7.ebuild, -htdig-3.1.6-r8.ebuild,



1.9                  www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.8&r2=1.9

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- htdig-3.2.0_beta6-r3.ebuild	13 Dec 2009 21:57:34 -0000	1.8
+++ htdig-3.2.0_beta6-r3.ebuild	1 Jan 2010 03:38:42 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.8 2009/12/13 21:57:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.9 2010/01/01 03:38:42 abcd Exp $
 
 inherit eutils autotools
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="ssl"
 
 DEPEND=">=sys-libs/zlib-1.1.3
@@ -31,29 +31,33 @@
 }
 
 src_compile() {
+	use prefix || EPREFIX=
+
 	econf \
-		--with-config-dir=/etc/${PN} \
-		--with-default-config-file=/etc/${PN}/${PN}.conf \
-		--with-database-dir=/var/lib/${PN}/db \
-		--with-cgi-bin-dir=/var/www/localhost/cgi-bin \
-		--with-search-dir=/var/www/localhost/htdocs/${PN} \
-		--with-image-dir=/var/www/localhost/htdocs/${PN} \
+		--with-config-dir="${EPREFIX}"/etc/${PN} \
+		--with-default-config-file="${EPREFIX}"/etc/${PN}/${PN}.conf \
+		--with-database-dir="${EPREFIX}"/var/lib/${PN}/db \
+		--with-cgi-bin-dir="${EPREFIX}"/var/www/localhost/cgi-bin \
+		--with-search-dir="${EPREFIX}"/var/www/localhost/htdocs/${PN} \
+		--with-image-dir="${EPREFIX}"/var/www/localhost/htdocs/${PN} \
 		$(use_with ssl)
 
-#		--with-image-url-prefix=file:///var/www/localhost/htdocs/${PN} \
+#		--with-image-url-prefix="file://${EPREFIX}/var/www/localhost/htdocs/${PN}" \
 
 	emake || die "emake failed"
 }
 
 src_install () {
+	use prefix || ED="${D}"
+
 	emake DESTDIR="${D}" install || die "make install failed"
 
 	dodoc ChangeLog README
 	dohtml -r htdoc
 
 	sed -i "s:${D}::g" \
-		"${D}"/etc/${PN}/${PN}.conf \
-		"${D}"/usr/bin/rundig \
+		"${ED}"/etc/${PN}/${PN}.conf \
+		"${ED}"/usr/bin/rundig \
 		|| die "sed failed (removing \${D} from installed files)"
 
 	# symlink htsearch so it can be easily found. see bug #62087






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2010-01-20 18:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-20 18:03 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/20 18:03:13

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  Add ~arm
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.45                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	1 Jan 2010 03:38:42 -0000	1.44
+++ ChangeLog	20 Jan 2010 18:03:13 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.44 2010/01/01 03:38:42 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.45 2010/01/20 18:03:13 armin76 Exp $
+
+  20 Jan 2010; Raúl Porcel <armin76@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  Add ~arm
 
   01 Jan 2010; Jonathan Callen <abcd@gentoo.org>
   htdig-3.2.0_beta6-r3.ebuild:



1.10                 www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.9&r2=1.10

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- htdig-3.2.0_beta6-r3.ebuild	1 Jan 2010 03:38:42 -0000	1.9
+++ htdig-3.2.0_beta6-r3.ebuild	20 Jan 2010 18:03:13 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.9 2010/01/01 03:38:42 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.10 2010/01/20 18:03:13 armin76 Exp $
 
 inherit eutils autotools
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="ssl"
 
 DEPEND=">=sys-libs/zlib-1.1.3






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2012-05-17 13:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-17 13:24 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/17 13:24:02

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	20 Jan 2010 18:03:13 -0000	1.45
+++ ChangeLog	17 May 2012 13:24:02 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/htdig
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.45 2010/01/20 18:03:13 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.46 2012/05/17 13:24:02 aballier Exp $
+
+  17 May 2012; Alexis Ballier <aballier@gentoo.org>
+  htdig-3.2.0_beta6-r3.ebuild:
+  keyword ~amd64-fbsd
 
   20 Jan 2010; Raúl Porcel <armin76@gentoo.org>
   htdig-3.2.0_beta6-r3.ebuild:



1.11                 www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.10&r2=1.11

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- htdig-3.2.0_beta6-r3.ebuild	20 Jan 2010 18:03:13 -0000	1.10
+++ htdig-3.2.0_beta6-r3.ebuild	17 May 2012 13:24:02 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.10 2010/01/20 18:03:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.11 2012/05/17 13:24:02 aballier Exp $
 
 inherit eutils autotools
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="ssl"
 
 DEPEND=">=sys-libs/zlib-1.1.3






^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
@ 2015-03-03 10:25 Yixun Lan (dlan)
  0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 10:25 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 10:25:56

  Modified:             ChangeLog htdig-3.2.0_beta6-r3.ebuild
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.48                 www-misc/htdig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	2 May 2013 04:13:35 -0000	1.47
+++ ChangeLog	3 Mar 2015 10:25:56 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/htdig
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.47 2013/05/02 04:13:35 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.48 2015/03/03 10:25:56 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
+  add arm64 support, tested on A53 board
 
   02 May 2013; Patrick Lauer <patrick@gentoo.org> htdig-3.2.0_beta6-r3.ebuild:
   Automake 1.13 fix



1.13                 www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.12&r2=1.13

Index: htdig-3.2.0_beta6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- htdig-3.2.0_beta6-r3.ebuild	2 May 2013 04:13:35 -0000	1.12
+++ htdig-3.2.0_beta6-r3.ebuild	3 Mar 2015 10:25:56 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.12 2013/05/02 04:13:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.13 2015/03/03 10:25:56 dlan Exp $
 
 inherit eutils autotools
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="ssl"
 
 DEPEND=">=sys-libs/zlib-1.1.3





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-03 10:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03  8:13 [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild Gunnar Wrobel (wrobel)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-03 12:19 Markus Meier (maekke)
2007-12-04  3:12 Steve Dibb (beandog)
2007-12-04 10:59 Raul Porcel (armin76)
2007-12-04 16:04 Jeroen Roovers (jer)
2007-12-04 17:59 Markus Rothe (corsair)
2007-12-04 19:46 Tobias Scherbaum (dertobi123)
2010-01-01  3:38 Jonathan Callen (abcd)
2010-01-20 18:03 Raul Porcel (armin76)
2012-05-17 13:24 Alexis Ballier (aballier)
2015-03-03 10:25 Yixun Lan (dlan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox