| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/www-servers/thttpd/Attic/thttpd-2.26.2.ebuild,v 1.7 2012/07/11 23:36:11 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/Attic/thttpd-2.26.2.ebuild,v 1.8 2012/07/13 13:54:39 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic toolchain-funcs |
7 | inherit eutils flag-o-matic toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 13 | SRC_URI="http://opensource.dyc.edu/pub/sthttpd/${MY_P}.tar.gz" |
13 | SRC_URI="http://opensource.dyc.edu/pub/sthttpd/${MY_P}.tar.gz" |
| 14 | S="${WORKDIR}/${MY_P}" |
14 | S="${WORKDIR}/${MY_P}" |
| 15 | |
15 | |
| 16 | LICENSE="BSD GPL-2" |
16 | LICENSE="BSD GPL-2" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="amd64 ~hppa ~mips x86 ~amd64-linux ~x86-linux" |
18 | KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" |
| 19 | IUSE="" |
19 | IUSE="" |
| 20 | |
20 | |
| 21 | RDEPEND="" |
21 | RDEPEND="" |
| 22 | DEPEND="" |
22 | DEPEND="" |
| 23 | |
23 | |