| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2006 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/eclass/enlightenment.eclass,v 1.7 2003/12/02 02:54:18 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.65 2006/07/02 06:52:43 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: vapier@gentoo.org |
5 | # Author: vapier@gentoo.org |
| 6 | |
6 | |
| 7 | ECLASS=enlightenment |
7 | inherit eutils libtool |
| 8 | INHERITED="$INHERITED $ECLASS" |
8 | |
|
|
9 | # ECVS_STATE's: |
|
|
10 | # release [default] |
|
|
11 | # KEYWORDS arch |
|
|
12 | # SRC_URI $P.tar.gz |
|
|
13 | # S $WORKDIR/$P |
|
|
14 | # |
|
|
15 | # snap $PV has .200##### datestamp or .### counter |
|
|
16 | # KEYWORDS ~arch |
|
|
17 | # SRC_URI $P.tar.bz2 |
|
|
18 | # S $WORKDIR/$P |
|
|
19 | # |
|
|
20 | # live $PV has a 9999 marker |
|
|
21 | # KEYWORDS -* |
|
|
22 | # SRC_URI `cvs up` |
|
|
23 | # S $WORKDIR/$ECVS_MODULE |
|
|
24 | # |
|
|
25 | # Overrides: |
|
|
26 | # KEYWORDS EKEY_STATE |
|
|
27 | # SRC_URI EURI_STATE |
|
|
28 | # S EURI_STATE |
| 9 | |
29 | |
| 10 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst |
30 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst |
| 11 | |
31 | |
|
|
32 | #E17_DEFAULT_CVS="cvs.sourceforge.net:/cvsroot/enlightenment" |
|
|
33 | E17_DEFAULT_CVS="anoncvs.enlightenment.org:/var/cvs/e" |
|
|
34 | |
|
|
35 | ECVS_STATE="release" |
|
|
36 | if [[ ${PV/9999} != ${PV} ]] ; then |
|
|
37 | if [[ -z ${ECVS_MODULE} ]] ; then |
|
|
38 | ECVS_MODULE=${PN} |
|
|
39 | if [[ ${CATEGORY/libs} != ${CATEGORY} ]] ; then |
|
|
40 | ECVS_MODULE="e17/libs/${PN}" |
|
|
41 | else |
|
|
42 | ECVS_MODULE="e17/apps/${PN}" |
|
|
43 | fi |
|
|
44 | fi |
|
|
45 | ECVS_SERVER=${E17_ECVS_SERVER:-${ECVS_SERVER:-${E17_DEFAULT_CVS}}} |
|
|
46 | ECVS_STATE="live" |
|
|
47 | inherit cvs |
|
|
48 | elif [[ ${PV/.200[3-9][0-1][0-9][0-3][0-9]/} != ${PV} ]] ; then |
|
|
49 | ECVS_STATE="snap" |
|
|
50 | elif [[ ${PV%%.[0-9][0-9][0-9]} != ${PV} ]] ; then |
|
|
51 | ECVS_STATE="snap" |
|
|
52 | EURI_STATE="release" |
|
|
53 | fi |
|
|
54 | |
| 12 | DESCRIPTION="A DR17 production" |
55 | DESCRIPTION="A DR17 production" |
| 13 | HOMEPAGE="http://www.enlightenment.org/" |
56 | HOMEPAGE="http://www.enlightenment.org/" |
|
|
57 | case ${EURI_STATE:-${ECVS_STATE}} in |
|
|
58 | release) SRC_URI="http://enlightenment.freedesktop.org/files/${P}.tar.gz mirror://sourceforge/enlightenment/${P}.tar.gz";; |
| 14 | SRC_URI="mirror://gentoo/${P}.tar.bz2 |
59 | snap) SRC_URI="mirror://gentoo/${P}.tar.bz2";; |
| 15 | http://wh0rd.de/gentoo/distfiles/${P}.tar.bz2" |
60 | live) SRC_URI="";; |
|
|
61 | esac |
| 16 | |
62 | |
| 17 | LICENSE="as-is" |
63 | LICENSE="BSD" |
| 18 | SLOT="0" |
64 | SLOT="0" |
| 19 | KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" |
65 | case ${EKEY_STATE:-${ECVS_STATE}} in |
|
|
66 | release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86";; |
|
|
67 | snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86";; |
|
|
68 | live) KEYWORDS="-*";; |
|
|
69 | esac |
| 20 | IUSE="nls doc" |
70 | IUSE="nls doc" |
| 21 | |
71 | |
| 22 | newdepend "doc? ( app-doc/doxygen )" |
72 | DEPEND="doc? ( app-doc/doxygen )" |
| 23 | newrdepend "nls? ( sys-devel/gettext )" |
73 | RDEPEND="nls? ( sys-devel/gettext )" |
| 24 | |
74 | |
|
|
75 | case ${EURI_STATE:-${ECVS_STATE}} in |
|
|
76 | release) S=${WORKDIR}/${P};; |
| 25 | S=${WORKDIR}/${PN} |
77 | snap) S=${WORKDIR}/${PN};; |
|
|
78 | live) S=${WORKDIR}/${ECVS_MODULE};; |
|
|
79 | esac |
| 26 | |
80 | |
| 27 | enlightenment_warning_msg() { |
81 | enlightenment_warning_msg() { |
| 28 | if [ "${PV/2003}" != "${PV}" ] ; then |
82 | if [[ -n ${E17_ECVS_SERVER} ]] ; then |
|
|
83 | einfo "Using user cvs server: ${E17_ECVS_SERVER}" |
|
|
84 | fi |
|
|
85 | if [[ ${ECVS_STATE} == "snap" ]] ; then |
| 29 | ewarn "Please do not contact the E team about bugs in Gentoo." |
86 | ewarn "Please do not contact the E team about bugs in Gentoo." |
| 30 | ewarn "Only contact vapier@gentoo.org via e-mail or bugzilla." |
87 | ewarn "Only contact vapier@gentoo.org via e-mail or bugzilla." |
| 31 | ewarn "Remember, this stuff is CVS only code so dont cry when" |
88 | ewarn "Remember, this stuff is CVS only code so dont cry when" |
| 32 | ewarn "I break you :)." |
89 | ewarn "I break you :)." |
|
|
90 | elif [[ ${ECVS_STATE} == "live" ]] ; then |
|
|
91 | eerror "This is a LIVE CVS ebuild." |
|
|
92 | eerror "That means there are NO promises it will work." |
|
|
93 | eerror "If it fails to build, FIX THE CODE YOURSELF" |
|
|
94 | eerror "before reporting any issues." |
| 33 | fi |
95 | fi |
|
|
96 | } |
|
|
97 | |
|
|
98 | enlightenment_die() { |
|
|
99 | enlightenment_warning_msg |
|
|
100 | die "$@"$'\n'"!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM" |
| 34 | } |
101 | } |
| 35 | |
102 | |
| 36 | enlightenment_pkg_setup() { |
103 | enlightenment_pkg_setup() { |
| 37 | enlightenment_warning_msg |
104 | enlightenment_warning_msg |
| 38 | } |
105 | } |
| 39 | |
106 | |
| 40 | # the stupid gettextize script prevents non-interactive mode, so we hax it |
107 | # the stupid gettextize script prevents non-interactive mode, so we hax it |
| 41 | gettext_modify() { |
108 | gettext_modify() { |
| 42 | use nls || return 0 |
109 | use nls || return 0 |
| 43 | cp `which gettextize` ${T} || die "could not copy gettextize" |
110 | cp $(which gettextize) "${T}"/ || die "could not copy gettextize" |
| 44 | cp ${T}/gettextize ${T}/gettextize.old |
111 | sed -i \ |
| 45 | sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize |
112 | -e 's:read dummy < /dev/tty::' \ |
|
|
113 | "${T}"/gettextize |
| 46 | } |
114 | } |
| 47 | |
115 | |
| 48 | enlightenment_src_unpack() { |
116 | enlightenment_src_unpack() { |
|
|
117 | if [[ ${ECVS_STATE} == "live" ]] ; then |
|
|
118 | cvs_src_unpack |
|
|
119 | else |
| 49 | unpack ${A} |
120 | unpack ${A} |
|
|
121 | fi |
| 50 | gettext_modify |
122 | gettext_modify |
|
|
123 | [[ -s gendoc ]] && chmod a+rx gendoc |
| 51 | } |
124 | } |
| 52 | |
125 | |
| 53 | enlightenment_src_compile() { |
126 | enlightenment_src_compile() { |
| 54 | use alpha && append-flags -fPIC |
127 | # gstreamer sucks, work around it doing stupid stuff |
| 55 | use ppc && append-flags -fPIC |
128 | export GST_REGISTRY="${S}/registry.xml" |
| 56 | use hppa && append-flags -fPIC |
129 | |
| 57 | [ ! -z "${EHACKAUTOGEN}" ] && sed -i 's:.*configure.*::' autogen.sh |
130 | if [[ ! -e configure ]] ; then |
|
|
131 | export WANT_AUTOMAKE=${EAUTOMAKE:-1.8} |
| 58 | env \ |
132 | env \ |
| 59 | PATH="${T}:${PATH}" \ |
133 | PATH="${T}:${PATH}" \ |
| 60 | WANT_AUTOCONF_2_5=1 \ |
|
|
| 61 | NOCONFIGURE=yes \ |
134 | NOCONFIGURE=yes \ |
| 62 | USER=blah \ |
135 | USER=blah \ |
| 63 | ./autogen.sh \ |
136 | ./autogen.sh \ |
| 64 | || die "autogen failed" |
137 | || enlightenment_die "autogen failed" |
|
|
138 | # symlinked files will cause sandbox violation |
|
|
139 | for x in config.{guess,sub} ; do |
|
|
140 | [[ ! -L ${x} ]] && continue |
|
|
141 | rm -f ${x} |
|
|
142 | touch ${x} |
|
|
143 | done |
| 65 | if [ ! -z "${EHACKLIBLTDL}" ] ; then |
144 | if [[ ! -z ${EHACKLIBLTDL} ]] ; then |
| 66 | cd libltdl |
145 | cd libltdl |
| 67 | env WANT_AUTOCONF_2_5=1 autoconf || die "autogen in libltdl failed" |
146 | autoconf || enlightenment_die "autogen in libltdl failed" |
| 68 | cd .. |
147 | cd .. |
|
|
148 | fi |
| 69 | fi |
149 | fi |
|
|
150 | epunt_cxx |
|
|
151 | elibtoolize |
| 70 | econf ${MY_ECONF} || die "econf failed" |
152 | econf ${MY_ECONF} || enlightenment_die "econf failed" |
| 71 | emake || die "emake failed" |
153 | emake || enlightenment_die "emake failed" |
| 72 | [ `use doc` ] && [ -x ./gendoc ] && { ./gendoc || die "gendoc failed" ; } |
154 | use doc && [[ -x ./gendoc ]] && { ./gendoc || enlightenment_die "gendoc failed" ; } |
| 73 | } |
155 | } |
| 74 | |
156 | |
| 75 | enlightenment_src_install() { |
157 | enlightenment_src_install() { |
| 76 | make install DESTDIR=${D} || die |
158 | make install DESTDIR="${D}" || enlightenment_die |
| 77 | find ${D} -name CVS -type d -exec rm -rf '{}' \; 2>/dev/null |
159 | find "${D}" -name CVS -type d -exec rm -rf '{}' \; 2>/dev/null |
| 78 | [ -z "${EDOCS}" ] && EDOCS="AUTHORS ChangeLog NEWS README TODO" |
160 | dodoc AUTHORS ChangeLog NEWS README TODO ${EDOCS} |
| 79 | dodoc ${EDOCS} |
|
|
| 80 | [ `use doc` ] && [ -d doc ] && dohtml -r doc/* |
161 | use doc && [[ -d doc ]] && dohtml -r doc/* |
| 81 | } |
162 | } |
| 82 | |
163 | |
| 83 | enlightenment_pkg_postinst() { |
164 | enlightenment_pkg_postinst() { |
| 84 | enlightenment_warning_msg |
165 | enlightenment_warning_msg |
| 85 | } |
166 | } |