| 1 | # Copyright 1999-2011 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/net-irc/unrealircd/Attic/unrealircd-3.2.8.1-r1.ebuild,v 1.6 2011/05/07 04:45:49 binki Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.8.1-r1.ebuild,v 1.7 2011/05/07 21:42:55 mr_bones_ Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils autotools ssl-cert versionator multilib |
7 | inherit eutils autotools ssl-cert versionator multilib |
| 8 | |
8 | |
| … | |
… | |
| 159 | elog " /usr/share/doc/${PF}/ircdchk.gz" |
159 | elog " /usr/share/doc/${PF}/ircdchk.gz" |
| 160 | elog |
160 | elog |
| 161 | elog "You can also use /etc/init.d/unrealircd to start at boot" |
161 | elog "You can also use /etc/init.d/unrealircd to start at boot" |
| 162 | elog |
162 | elog |
| 163 | } |
163 | } |
| 164 | |
|
|