diff options
Diffstat (limited to 'x11-misc/med/med-0.01.20030629.ebuild')
-rw-r--r-- | x11-misc/med/med-0.01.20030629.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/med/med-0.01.20030629.ebuild b/x11-misc/med/med-0.01.20030629.ebuild index 846e2fc15468..646f59d77eb7 100644 --- a/x11-misc/med/med-0.01.20030629.ebuild +++ b/x11-misc/med/med-0.01.20030629.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/med/med-0.01.20030629.ebuild,v 1.1 2003/06/29 19:55:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/med/med-0.01.20030629.ebuild,v 1.2 2003/06/29 19:57:13 vapier Exp $ + +inherit enlightenment DESCRIPTION="E17 prototype menu editor" HOMEPAGE="http://www.enlightenment.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://wh0rd.tk/gentoo/distfiles/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" -DEPEND="virtual/x11 - virtual/glibc - sys-devel/gcc +DEPEND="${DEPEND} + virtual/x11 >=media-libs/ebits-1.0.1.2003* >=x11-libs/ecore-0.0.2.2003* >=dev-db/edb-1.0.3.2003* @@ -21,11 +20,9 @@ DEPEND="virtual/x11 S=${WORKDIR}/${PN} -pkg_setup() { - # the stupid gettextize script prevents non-interactive mode, so we hax it - cp `which gettextize` ${T} || die "could not copy gettextize" - cp ${T}/gettextize ${T}/gettextize.old - sed -e 's:read dummy < /dev/tty::' ${T}/gettextize.old > ${T}/gettextize +src_unpack() { + unpack ${A} + gettext_modify } src_compile() { |