| 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/sys-fs/udev/Attic/udev-186.ebuild,v 1.4 2012/07/29 22:14:33 williamh Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/Attic/udev-186.ebuild,v 1.5 2012/07/30 17:24:24 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | KV_min=2.6.39 |
7 | KV_min=2.6.39 |
| 8 | |
8 | |
| … | |
… | |
| 11 | if [[ ${PV} = 9999* ]]; then |
11 | if [[ ${PV} = 9999* ]]; then |
| 12 | EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" |
12 | EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" |
| 13 | inherit git-2 |
13 | inherit git-2 |
| 14 | else |
14 | else |
| 15 | SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" |
15 | SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" |
| 16 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" |
16 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
| 17 | fi |
17 | fi |
| 18 | |
18 | |
| 19 | DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |
19 | DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |
| 20 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" |
20 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" |
| 21 | |
21 | |