diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-27 03:30:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-27 03:30:48 +0000 |
commit | 69ce0c9620917dc0eb5c86b93ff314fc3e71413b (patch) | |
tree | aba73a10466749c25019a863d361604889b68080 /mail-client | |
parent | cleanup autotools (diff) | |
download | gentoo-2-69ce0c9620917dc0eb5c86b93ff314fc3e71413b.tar.gz gentoo-2-69ce0c9620917dc0eb5c86b93ff314fc3e71413b.tar.bz2 gentoo-2-69ce0c9620917dc0eb5c86b93ff314fc3e71413b.zip |
dont call portageq and punt package to net-mail
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild | 4 | ||||
-rw-r--r-- | mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild | 4 | ||||
-rw-r--r-- | mail-client/ciphire-mail/metadata.xml | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild index 22033c4f3ee8..63ef5bd4970d 100644 --- a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild +++ b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.7 2006/07/19 09:42:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.8 2006/09/27 03:30:48 vapier Exp $ inherit eutils qt3 @@ -44,7 +44,7 @@ pkg_nofetch() { pkg_setup() { if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \ - ! portageq has_version / ciphire-mail ; then + ! has_version / ciphire-mail ; then echo einfo "If you have previously had Ciphire Mail manually installed," einfo "please uninstall it first (from dir you installed it):" diff --git a/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild index 9a734b7353eb..6392a2f1a6fa 100644 --- a/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild +++ b/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild,v 1.1 2006/06/02 12:25:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild,v 1.2 2006/09/27 03:30:48 vapier Exp $ inherit eutils qt3 @@ -44,7 +44,7 @@ pkg_nofetch() { pkg_setup() { if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \ - ! portageq has_version / ciphire-mail ; then + ! has_version / ciphire-mail ; then echo einfo "If you have previously had Ciphire Mail manually installed," einfo "please uninstall it first (from dir you installed it):" diff --git a/mail-client/ciphire-mail/metadata.xml b/mail-client/ciphire-mail/metadata.xml index 7fdfe1013083..a1b78be49d88 100644 --- a/mail-client/ciphire-mail/metadata.xml +++ b/mail-client/ciphire-mail/metadata.xml @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> - <pkgmetadata> -<herd>no-herd</herd> +<herd>net-mail</herd> <maintainer> <email>azarah@gentoo.org</email> </maintainer> |