summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-servers/mini_httpd/ChangeLog5
-rw-r--r--www-servers/mini_httpd/Manifest4
-rw-r--r--www-servers/mini_httpd/mini_httpd-1.19.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/mini_httpd/ChangeLog b/www-servers/mini_httpd/ChangeLog
index 52a9461b474a..1c19dc038bf4 100644
--- a/www-servers/mini_httpd/ChangeLog
+++ b/www-servers/mini_httpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/mini_httpd
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.10 2008/04/21 17:27:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.11 2008/12/21 21:58:57 caleb Exp $
+
+ 21 Dec 2008; Caleb Tennis <caleb@gentoo.org> mini_httpd-1.19.ebuild:
+ amd64 stable
21 Apr 2008; Raúl Porcel <armin76@gentoo.org> mini_httpd-1.19.ebuild:
Don't strip, respect CFLAGS, LDFLAGS, use right compiler, add ~ia64, sparc
diff --git a/www-servers/mini_httpd/Manifest b/www-servers/mini_httpd/Manifest
index 59764dedef2e..175d5957d7e7 100644
--- a/www-servers/mini_httpd/Manifest
+++ b/www-servers/mini_httpd/Manifest
@@ -2,6 +2,6 @@ AUX mini_httpd.conf.sample-1.19 860 RMD160 b19798ca09597d32e1a3a92901477b8fa7d13
AUX mini_httpd.confd-1.19 1310 RMD160 21ff345ddcdf3b41f959c058d567e0d70e381839 SHA1 429ca147cf382a875d574162a6af55fd1892f1b1 SHA256 7a180b360c80c0883ebf150693f92756218bf99cd127071664e9987774bfe9d2
AUX mini_httpd.init 744 RMD160 37ff35b466e6ce0633f4ed34cfec6889610e8ccd SHA1 381e6c876e8e3fa9fe5ce6783e0ec543ebc12253 SHA256 93249b62ae0190cabed790d677f29a440dec5c3e1e1056a2ab5cde0beeddbca8
DIST mini_httpd-1.19.tar.gz 42142 RMD160 376bda80c64395db9cbfbdeaea92dbee1f99ce65 SHA1 da1ce9cf717f16aea69a75d3a77e610e9a740cc7 SHA256 30e30fa22102dbea8b662ee258e6bf9ce687db5699fabdf3c2f518b717cebd96
-EBUILD mini_httpd-1.19.ebuild 1898 RMD160 aed08a3e66439f6b352dc497e1362780c43f6f50 SHA1 a39a70ff2cd8ca682a9453eb5bee0cdabaf9e926 SHA256 f520bf92a19d3a1924d958f8014a5524901c693e384ef9afc4e572b8243ea675
-MISC ChangeLog 2718 RMD160 db4797cdc0a35d4c211ecca6612a4075a2cf0a6d SHA1 297921516073baa7ebea9b3d37790cca567adc62 SHA256 f6a043b2a1e23c536bd08fb9b8a70130d4b3e33098ab779b09fc072fb333923a
+EBUILD mini_httpd-1.19.ebuild 1903 RMD160 e1a248c281c9a483068d276fc1b74aead95f9c49 SHA1 f31e0d64d95b9370e834d257a40d146fa93004a8 SHA256 bbac25bf2bdaf638ea7a8fc8bf6dc98ac2e4c312fc922de268429f3564e629a4
+MISC ChangeLog 2803 RMD160 87affe35c0026bbdb560aca3b69418feb2b5c551 SHA1 16c47462054d721736ad148db7e693b5fda61753 SHA256 d0417ef32fb7b8281eb468fe0712b39a07b01b8458f97228947edb70e720dd46
MISC metadata.xml 165 RMD160 121ee15955e06988e10dbe52ca5abd31d2529ce9 SHA1 f13cc4199505863990c257fe060882a5f9a32aab SHA256 f8fe79331ed918344f1ff85578f9a39c0c0925017f3f7de12619e4917acf577c
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild
index 056f37fb6c2c..25fba8e77078 100644
--- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild
+++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.9 2008/04/21 17:27:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.10 2008/12/21 21:58:57 caleb Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.acme.com/software/mini_httpd/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~ia64 ppc s390 sparc x86"
+KEYWORDS="amd64 ~ia64 ppc s390 sparc x86"
IUSE="ssl ipv6"
DEPEND="ssl? ( dev-libs/openssl )"