summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-05-16 09:58:44 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-05-16 09:58:44 +0000
commit9e50a15a94b531739f0a9b8efff7784b9b2a5589 (patch)
treea7182d1c3af5468236ba7e3b3b0a234abe7d1888 /net-mail/cvm-vmailmgr
parentInherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. 0.22-r3 sta... (diff)
downloadgentoo-2-9e50a15a94b531739f0a9b8efff7784b9b2a5589.tar.gz
gentoo-2-9e50a15a94b531739f0a9b8efff7784b9b2a5589.tar.bz2
gentoo-2-9e50a15a94b531739f0a9b8efff7784b9b2a5589.zip
Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. Ebuild cleanup.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-mail/cvm-vmailmgr')
-rw-r--r--net-mail/cvm-vmailmgr/ChangeLog9
-rw-r--r--net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild44
-rw-r--r--net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild46
-rw-r--r--net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild10
-rw-r--r--net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.31
-rw-r--r--net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.41
6 files changed, 12 insertions, 99 deletions
diff --git a/net-mail/cvm-vmailmgr/ChangeLog b/net-mail/cvm-vmailmgr/ChangeLog
index 44561a53eefd..4aad4173e112 100644
--- a/net-mail/cvm-vmailmgr/ChangeLog
+++ b/net-mail/cvm-vmailmgr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/cvm-vmailmgr
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/ChangeLog,v 1.14 2004/10/17 11:23:12 dholm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/ChangeLog,v 1.15 2005/05/16 09:58:44 ticho Exp $
+
+ 16 May 2005; Andrej Kacian <ticho@gentoo.org> -cvm-vmailmgr-0.3.ebuild,
+ -cvm-vmailmgr-0.4.ebuild, cvm-vmailmgr-0.6.ebuild:
+ Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. Ebuild
+ cleanup.
17 Oct 2004; David Holm <dholm@gentoo.org> cvm-vmailmgr-0.6.ebuild:
Added to ~ppc.
diff --git a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild
deleted file mode 100644
index 1f232b4fdfa3..000000000000
--- a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild,v 1.14 2004/07/01 22:30:18 eradicator Exp $
-
-inherit gcc
-
-DESCRIPTION="CVM modules for use with vmailmgr"
-HOMEPAGE="http://untroubled.org/cvm-vmailmgr/"
-SRC_URI="http://untroubled.org/cvm-vmailmgr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND=">=net-mail/vmailmgr-0.96.9-r1
- >=sys-apps/ucspi-unix-0.34"
-
-src_compile() {
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- echo "$(gcc-getCC)" > conf-ld
- emake || die
-}
-
-src_install() {
- dobin cvm-vmailmgr cvm-vmailmgr-local cvm-vmailmgr-udp || die
-
- exeinto /var/lib/supervise/cvm-vmailmgr
- newexe ${FILESDIR}/run-cvm-vmailmgr run
-
- exeinto /var/lib/supervise/cvm-vmailmgr/log
- newexe ${FILESDIR}/run-cvm-vmailmgr-log run
-
- insinto /etc/vmailmgr
- doins ${FILESDIR}/cvm-vmailmgr-socket
-
- dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION
-}
-
-pkg_postinst() {
- einfo "To start cvm-vmailmgr you need to link"
- einfo "/var/lib/supervise/cvm-vmailmgr to /service"
-}
diff --git a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild
deleted file mode 100644
index 94b5614e93cd..000000000000
--- a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild,v 1.6 2004/07/01 22:30:18 eradicator Exp $
-
-inherit gcc
-
-DESCRIPTION="CVM modules for use with vmailmgr"
-HOMEPAGE="http://untroubled.org/cvm-vmailmgr/"
-SRC_URI="http://untroubled.org/cvm-vmailmgr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- >=dev-libs/bglibs-1.009"
-RDEPEND=">=net-mail/vmailmgr-0.96.9-r1
- >=sys-apps/ucspi-unix-0.34"
-
-src_compile() {
- echo "/usr/lib/bglibs/include" > conf-bgincs
- echo "/usr/lib/bglibs/lib" > conf-bglibs
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- make || die
-}
-
-src_install () {
- dobin cvm-vmailmgr cvm-vmailmgr-local cvm-vmailmgr-udp || die
-
- exeinto /var/lib/supervise/cvm-vmailmgr
- newexe ${FILESDIR}/run-cvm-vmailmgr run
-
- exeinto /var/lib/supervise/cvm-vmailmgr/log
- newexe ${FILESDIR}/run-cvm-vmailmgr-log run
-
- insinto /etc/vmailmgr
- doins ${FILESDIR}/cvm-vmailmgr-socket
-
- dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION
-}
-
-pkg_postinst() {
- einfo "To start cvm-vmailmgr you need to link"
- einfo "/var/lib/supervise/cvm-vmailmgr to /service"
-}
diff --git a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild
index e407e00c32f6..c748829e1c21 100644
--- a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild
+++ b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild,v 1.5 2004/10/17 11:23:12 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.6.ebuild,v 1.6 2005/05/16 09:58:44 ticho Exp $
-inherit fixheadtails gcc
+inherit fixheadtails toolchain-funcs
DESCRIPTION="CVM modules for use with vmailmgr"
HOMEPAGE="http://untroubled.org/cvm-vmailmgr/"
@@ -33,8 +33,8 @@ src_unpack() {
src_compile() {
echo "/usr/lib/bglibs/include" > conf-bgincs
echo "/usr/lib/bglibs/lib" > conf-bglibs
- echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
- echo "$(gcc-getCC) -s" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getCC) -s" > conf-ld
make || die
}
diff --git a/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.3 b/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.3
deleted file mode 100644
index 7c98735d75cf..000000000000
--- a/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14e8fb4a56b84d3ffda33e89a89ab57e cvm-vmailmgr-0.3.tar.gz 53527
diff --git a/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.4 b/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.4
deleted file mode 100644
index dc46be51ccc3..000000000000
--- a/net-mail/cvm-vmailmgr/files/digest-cvm-vmailmgr-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 71eb756d845d34bfc81eff70045d3158 cvm-vmailmgr-0.4.tar.gz 14197