diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 07:56:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 07:56:50 +0000 |
commit | b60d7e18614a9c73ca02ad01454c0b2385bf1bb7 (patch) | |
tree | 30d233b88d97ed69f246e567c5a5bcbe3c6915ca /app-office | |
parent | cleanup (diff) | |
download | gentoo-2-b60d7e18614a9c73ca02ad01454c0b2385bf1bb7.tar.gz gentoo-2-b60d7e18614a9c73ca02ad01454c0b2385bf1bb7.tar.bz2 gentoo-2-b60d7e18614a9c73ca02ad01454c0b2385bf1bb7.zip |
removed older ebuilds
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx-base/files/digest-lyx-base-1.1.6.4 | 1 | ||||
-rw-r--r-- | app-office/lyx-base/files/digest-lyx-base-1.1.6.4-r1 | 1 | ||||
-rw-r--r-- | app-office/lyx-base/lyx-base-1.1.6.4-r1.ebuild | 39 | ||||
-rw-r--r-- | app-office/lyx-base/lyx-base-1.1.6.4.ebuild | 45 |
4 files changed, 0 insertions, 86 deletions
diff --git a/app-office/lyx-base/files/digest-lyx-base-1.1.6.4 b/app-office/lyx-base/files/digest-lyx-base-1.1.6.4 deleted file mode 100644 index 8c46a40b69b1..000000000000 --- a/app-office/lyx-base/files/digest-lyx-base-1.1.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 de8fc7e0f390f12db4093098f8fee9d6 lyx-1.1.6fix4.tar.gz 5564584 diff --git a/app-office/lyx-base/files/digest-lyx-base-1.1.6.4-r1 b/app-office/lyx-base/files/digest-lyx-base-1.1.6.4-r1 deleted file mode 100644 index 8c46a40b69b1..000000000000 --- a/app-office/lyx-base/files/digest-lyx-base-1.1.6.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 de8fc7e0f390f12db4093098f8fee9d6 lyx-1.1.6fix4.tar.gz 5564584 diff --git a/app-office/lyx-base/lyx-base-1.1.6.4-r1.ebuild b/app-office/lyx-base/lyx-base-1.1.6.4-r1.ebuild deleted file mode 100644 index f49bef9ce65a..000000000000 --- a/app-office/lyx-base/lyx-base-1.1.6.4-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.4-r1.ebuild,v 1.1 2002/02/21 00:03:17 agriffis Exp $ - -# The real version of LyX is 1.1.6fix4. As Portage has no support for -# arbitrary suffixes like 'fix', this is translated into 1.1.6.4. -P=lyx-1.1.6fix4 -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/" - -# 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 - app-text/tetex - >=sys-devel/perl-5 - sys-devel/gcc - sys-libs/glibc - sys-devel/ld.so" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir='$(prefix)/share/info' \ - --mandir='$(prefix)/share/man' || die "./configure failed" - emake || die "emake failed" -} - -src_install () { - # The 'install-strip' target is provided by the LyX makefile - # for stripping installed binaries. Use prefix= instead of - # DESTDIR=, otherwise it violates the sandbox in the po directory. - make prefix=${D}/usr install-strip -} diff --git a/app-office/lyx-base/lyx-base-1.1.6.4.ebuild b/app-office/lyx-base/lyx-base-1.1.6.4.ebuild deleted file mode 100644 index 4f359cb08ab7..000000000000 --- a/app-office/lyx-base/lyx-base-1.1.6.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx-base/lyx-base-1.1.6.4.ebuild,v 1.1 2002/01/19 17:29:29 danarmak Exp $ - -# The real version of LyX is 1.1.6fix4. As Portage has no support for -# arbitrary suffixes like 'fix', this is translated into 1.1.6.4. -P=lyx-1.1.6fix4 -S=${WORKDIR}/${P} - -DESCRIPTION="LyX is an Xwindows graphical frontend for LaTeX. Instead\ - of forcing you to learn LaTeX markup syntax and use the\ - proper tags, however, it is a WYSIWYM program." - -SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz" - -HOMEPAGE="http://www.lyx.org/" - -# 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 - app-text/tetex - >=sys-devel/perl-5 - sys-devel/gcc - sys-libs/glibc - sys-devel/ld.so" - -src_compile() { - - try ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} - - try emake - -} - -src_install () { - - # install-strip is a special target provided by the LyX makefile - # for striping installed binaries. - try make DESTDIR=${D} install-strip - -} - |