| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.3 2011/04/29 14:07:43 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.4 2011/08/22 04:46:32 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qmail.eclass |
5 | # @ECLASS: qmail.eclass |
|
|
6 | # @MAINTAINER: |
| 6 | # @MAINTAINER: qmail-bugs@gentoo.org |
7 | # qmail-bugs@gentoo.org |
| 7 | # @BLURB: common qmail functions |
8 | # @BLURB: common qmail functions |
| 8 | |
9 | |
| 9 | inherit flag-o-matic toolchain-funcs fixheadtails |
10 | inherit flag-o-matic toolchain-funcs fixheadtails |
| 10 | DESCRIPTION="Based on the ${ECLASS} eclass" |
11 | DESCRIPTION="Based on the ${ECLASS} eclass" |
| 11 | |
12 | |