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