| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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.25b-r7.ebuild,v 1.4 2007/08/13 22:04:48 dertobi123 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/Attic/thttpd-2.25b-r7.ebuild,v 1.5 2007/10/01 17:53:45 fmccor Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils flag-o-matic |
5 | inherit eutils flag-o-matic |
| 6 | |
6 | |
| 7 | MY_P="${P%[a-z]*}" |
7 | MY_P="${P%[a-z]*}" |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.acme.com/software/thttpd/" |
10 | HOMEPAGE="http://www.acme.com/software/thttpd/" |
| 11 | SRC_URI="http://www.acme.com/software/thttpd/${P}.tar.gz" |
11 | SRC_URI="http://www.acme.com/software/thttpd/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="BSD" |
13 | LICENSE="BSD" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86 ~x86-fbsd" |
15 | KEYWORDS="amd64 ~hppa ~mips ppc sparc x86 ~x86-fbsd" |
| 16 | IUSE="static" |
16 | IUSE="static" |
| 17 | |
17 | |
| 18 | THTTPD_USER=thttpd |
18 | THTTPD_USER=thttpd |
| 19 | THTTPD_GROUP=thttpd |
19 | THTTPD_GROUP=thttpd |
| 20 | |
20 | |