| 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/gnome-extra/libgsf/Attic/libgsf-1.14.22.ebuild,v 1.4 2012/04/25 20:27:23 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/Attic/libgsf-1.14.22.ebuild,v 1.5 2012/04/29 15:52:13 maekke Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | GCONF_DEBUG="no" |
6 | GCONF_DEBUG="no" |
| 7 | GNOME2_LA_PUNT="yes" |
7 | GNOME2_LA_PUNT="yes" |
| 8 | PYTHON_DEPEND="python? 2:2.6" |
8 | PYTHON_DEPEND="python? 2:2.6" |
| … | |
… | |
| 14 | DESCRIPTION="The GNOME Structured File Library" |
14 | DESCRIPTION="The GNOME Structured File Library" |
| 15 | HOMEPAGE="http://projects.gnome.org/libgsf/" |
15 | HOMEPAGE="http://projects.gnome.org/libgsf/" |
| 16 | |
16 | |
| 17 | LICENSE="GPL-2 LGPL-2.1" |
17 | LICENSE="GPL-2 LGPL-2.1" |
| 18 | SLOT="0" |
18 | SLOT="0" |
| 19 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
19 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
| 20 | IUSE="bzip2 doc gtk python" |
20 | IUSE="bzip2 doc gtk python" |
| 21 | |
21 | |
| 22 | RDEPEND=">=dev-libs/glib-2.16:2 |
22 | RDEPEND=">=dev-libs/glib-2.16:2 |
| 23 | >=dev-libs/libxml2-2.4.16:2 |
23 | >=dev-libs/libxml2-2.4.16:2 |
| 24 | sys-libs/zlib |
24 | sys-libs/zlib |