summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-01-01 01:28:30 +0000
committerSven Wegener <swegener@gentoo.org>2006-01-01 01:28:30 +0000
commit73cffa969d0c3264f9e06941be35659268a3cb8b (patch)
tree4d916fe640c2d3abc7d6db9093282ed8e101cb8a /net-mail
parentuse full atoms for built_with_use (diff)
downloadhistorical-73cffa969d0c3264f9e06941be35659268a3cb8b.tar.gz
historical-73cffa969d0c3264f9e06941be35659268a3cb8b.tar.bz2
historical-73cffa969d0c3264f9e06941be35659268a3cb8b.zip
use full atoms for has_version
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot/Manifest16
-rw-r--r--net-mail/dovecot/dovecot-1.0_alpha5.ebuild4
2 files changed, 15 insertions, 5 deletions
diff --git a/net-mail/dovecot/Manifest b/net-mail/dovecot/Manifest
index f65f950fa487..0001342c14cc 100644
--- a/net-mail/dovecot/Manifest
+++ b/net-mail/dovecot/Manifest
@@ -1,7 +1,17 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 75e381613bc7e1f07bd145c5b54e1f94 ChangeLog 6540
-MD5 649ecec14aa93fdd9ca1e2fe3591b555 dovecot-1.0_alpha5.ebuild 3709
MD5 016773a9d3c70b74b98b7fcb8a602a1b dovecot-0.99.14-r1.ebuild 5165
-MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225
-MD5 155396035a3ecb1f5171b0432072181b files/dovecot.init 619
+MD5 7f33b42e81bf0b1ba370bf13db3830a2 dovecot-1.0_alpha5.ebuild 3720
MD5 2a50200054849ca5e0173cb709ef649d files/digest-dovecot-0.99.14-r1 67
MD5 649b89c2ee32019d3a25820fbe158f99 files/digest-dovecot-1.0_alpha5 71
+MD5 155396035a3ecb1f5171b0432072181b files/dovecot.init 619
+MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDtzBHI1lqEGTUzyQRAjLoAKCvDmiStN2UXX1xEB5gZOZ3xRj7SQCeI5+v
+9fZPWrVjfFT+mW0kZ4PYTaU=
+=vz85
+-----END PGP SIGNATURE-----
diff --git a/net-mail/dovecot/dovecot-1.0_alpha5.ebuild b/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
index 058995de3502..9e5f4cabf7c3 100644
--- a/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
+++ b/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_alpha5.ebuild,v 1.1 2005/12/14 23:32:08 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_alpha5.ebuild,v 1.2 2006/01/01 01:28:30 swegener Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_compile() {
# if [[ ${KERNEL} == "linux" ]] ; then
# # epoll is too unstable
# # myconf="${myconf} --with-ioloop=epoll"
-# if has_version ">=linux-headers-2.6.13" ; then
+# if has_version ">=sys-kernel/linux-headers-2.6.13" ; then
# myconf="${myconf} --with-notify=inotify"
# fi
# fi