summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/lyx/lyx-1.2.0.20020705.ebuild11
-rw-r--r--app-office/lyx/lyx-1.2.0.ebuild12
-rw-r--r--dev-db/xmysqladmin/xmysqladmin-1.0.ebuild19
-rw-r--r--x11-libs/gtk+/gtk+-2.0.5-r2.ebuild9
4 files changed, 31 insertions, 20 deletions
diff --git a/app-office/lyx/lyx-1.2.0.20020705.ebuild b/app-office/lyx/lyx-1.2.0.20020705.ebuild
index 178e6b57b632..df11ad3c80d0 100644
--- a/app-office/lyx/lyx-1.2.0.20020705.ebuild
+++ b/app-office/lyx/lyx-1.2.0.20020705.ebuild
@@ -1,25 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.20020705.ebuild,v 1.5 2002/07/11 06:30:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.20020705.ebuild,v 1.6 2002/07/22 08:24:35 seemant Exp $
S=${WORKDIR}/lyx-devel
DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
SRC_URI="mirror://gentoo//${P}.tar.bz2"
HOMEPAGE="http://www.lyx.org/"
-LICENSE="GPL-2"
-KEYWORDS="*"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
# This lyx-base ebuild only depends on the absolutely necessary packages.
# The acompanying lyx-utils ebuild depends on lyx-base and on everything
# else that lyx can use.
DEPEND="virtual/x11
- x11-libs/xforms
+ virtual/xforms
app-text/tetex
>=sys-devel/perl-5
nls? ( sys-devel/gettext )
app-text/aiksaurus"
-RDEPEND="$DEPEND
+RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
app-text/ispell
diff --git a/app-office/lyx/lyx-1.2.0.ebuild b/app-office/lyx/lyx-1.2.0.ebuild
index c05f398674bf..a143db45659c 100644
--- a/app-office/lyx/lyx-1.2.0.ebuild
+++ b/app-office/lyx/lyx-1.2.0.ebuild
@@ -1,25 +1,27 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.ebuild,v 1.4 2002/07/11 06:30:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.ebuild,v 1.5 2002/07/22 08:24:36 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
-LICENSE="GPL-2"
+
SLOT="0"
-KEYWORDS="*"
+LICENSE="GPL-2"
+KEYWORDS="x86"
# This lyx-base ebuild only depends on the absolutely necessary packages.
# The acompanying lyx-utils ebuild depends on lyx-base and on everything
# else that lyx can use.
DEPEND="virtual/x11
- x11-libs/xforms
+ virtual/xforms
app-text/tetex
>=sys-devel/perl-5
nls? ( sys-devel/gettext )
app-text/aiksaurus"
-RDEPEND="$DEPEND
+
+RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
app-text/ispell
diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
index e2a9783b1aa4..36bbeaf206ed 100644
--- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
+++ b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.3 2002/07/22 08:24:36 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="xforms based front end to mysql"
SRC_URI="ftp://ftp.mysql.com/Contrib/${P}.tar.gz"
HOMEPAGE="http://www.mysql.org"
-DEPEND="virtual/x11
- >=x11-libs/xforms-089"
-#RDEPEND=""
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/x11
+ virtual/xforms"
src_unpack() {
unpack ${A}
@@ -31,7 +34,11 @@ src_install () {
dodir /usr/bin
dodir /usr/share/pixmaps
- try make INSTALLPATH=${D}/usr/bin PIXMAPPATH=${D}/usr/share/pixmaps install
- dodoc README INSTALL CHANGES ANNOUNCE TODO
+ make \
+ INSTALLPATH=${D}/usr/bin \
+ PIXMAPPATH=${D}/usr/share/pixmaps \
+ install || die
+
+ dodoc README INSTALL CHANGES ANNOUNCE TODO
}
diff --git a/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild b/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild
index 4a4c217f62fa..bde36220e1ae 100644
--- a/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild
+++ b/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild,v 1.2 2002/07/16 00:06:06 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.5-r2.ebuild,v 1.3 2002/07/22 08:24:37 seemant Exp $
inherit libtool
@@ -18,7 +18,7 @@ CXXFLAGS="${CXXFLAGS} -g"
S=${WORKDIR}/${P}
DESCRIPTION="Gimp ToolKit + "
SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.0/${P}.tar.bz2
- directfb? ( mirror://gentoo//gtk+-directfb-2.0.5-gentoo.patch.bz2 )"
+ directfb? ( mirror://gentoo//${PN}-directfb-${PV}-gentoo.patch.bz2 )"
HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2.1"
@@ -38,9 +38,10 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${P}.tar.bz2
+ cd ${S}
use directfb && ( \
- cd ${S}
- bzcat ${DISTDIR}/${PN}-directfb-${PV}-gentoo.patch.bz2 | patch -p1
+ ( bzcat ${DISTDIR}/${PN}-directfb-${PV}-gentoo.patch.bz2 \
+ | patch -p1 ) || die
)
}