diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2003-08-01 22:55:05 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2003-08-01 22:55:05 +0000 |
commit | b3ff98c7d65ab4bdad15d8859f383695034b5f97 (patch) | |
tree | 91f4aeca9122084d2ca3353e6834b3c67a2a1d72 /x11-libs | |
parent | fixed the lib and /obk issues. please check the ChangeLog (diff) | |
download | gentoo-2-b3ff98c7d65ab4bdad15d8859f383695034b5f97.tar.gz gentoo-2-b3ff98c7d65ab4bdad15d8859f383695034b5f97.tar.bz2 gentoo-2-b3ff98c7d65ab4bdad15d8859f383695034b5f97.zip |
Initial import
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xview/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/xview/files/digest-xview-3.2 | 2 | ||||
-rw-r--r-- | x11-libs/xview/xview-3.2.ebuild | 59 |
4 files changed, 72 insertions, 0 deletions
diff --git a/x11-libs/xview/ChangeLog b/x11-libs/xview/ChangeLog new file mode 100644 index 000000000000..286d8b919e99 --- /dev/null +++ b/x11-libs/xview/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-libs/xview +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/ChangeLog,v 1.1 2003/08/01 22:55:05 murphy Exp $ + +*xview-3.2 (02 AUG 2003) + + 02 AUG 2003; Maarten Thibaut <murphy@gentoo.org> xview-3.2.ebuild : + Initial import. diff --git a/x11-libs/xview/Manifest b/x11-libs/xview/Manifest new file mode 100644 index 000000000000..5a84f77e8071 --- /dev/null +++ b/x11-libs/xview/Manifest @@ -0,0 +1,3 @@ +MD5 bae0555a6c78faa3ad446dc1b0436683 xview-3.2.ebuild 3090 +MD5 a6819d6b3debaada815df428ef1e1c28 .xview-3.2.ebuild.swp 12288 +MD5 6de3c812dee458777db24502d252984f files/digest-xview-3.2 138 diff --git a/x11-libs/xview/files/digest-xview-3.2 b/x11-libs/xview/files/digest-xview-3.2 new file mode 100644 index 000000000000..f462360e812d --- /dev/null +++ b/x11-libs/xview/files/digest-xview-3.2 @@ -0,0 +1,2 @@ +MD5 b9ff26d6ad378af320bac45154ceaeba xview-3.2p1.4.src.tar.gz 3227552 +MD5 ebeb752d9d909e496bac1ee11aaac58c xview_3.2p1.4-16.diff.gz 65282 diff --git a/x11-libs/xview/xview-3.2.ebuild b/x11-libs/xview/xview-3.2.ebuild new file mode 100644 index 000000000000..248b366bf5d4 --- /dev/null +++ b/x11-libs/xview/xview-3.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xview/xview-3.2.ebuild,v 1.1 2003/08/01 22:55:05 murphy Exp $ + +DESCRIPTION="The X Window-System-based Visual/Integrated Environment for Workstations" +HOMEPAGE="http://www.ibiblio.org/pub/Linux/libs/X/xview/" + +PN="${P}p1.4" + +# This is our compound patch derived from debian. We use it because: +# * xview is a contribution made to Sun Microsystems (?) to the X community, but +# fixes for it don't appear to be around other than in the other free distributions. +# * The debian version gives us Linux and xfree86 support +# * It does little harm, only some defaults are changed which we can redefine anyway +SRC_PATCH="${PN/-/_}-16.diff" + +# We use the xview tarball available from the X organization, but xfree86 appears +# to be up and available more often so we use that (it's their primary mirror). +SRC_URI="http://www.ibiblio.org/pub/Linux/libs/X/xview/${PN}.src.tar.gz + http://ftp.debian.org/pool/main/x/xview/${SRC_PATCH}.gz" +S=${WORKDIR}/${PN} +LICENSE="sun-openlook" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arma ~hppa ~ppc ~mips ~sparc ~x86" +DEPEND="virtual/x11" + +src_unpack() { + unpack $A + cd $S + epatch ../${SRC_PATCH} +} + +src_compile() { + # Create the makefile + imake -DUseInstalled -I${S}/config -I/usr/X11R6/lib/X11/config + + # This is crazy and I know it, but wait till you read the code in + # Build-LinuxXView.bash. + OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash libs + OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash clients + OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash contrib + OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash olvwm +} + +src_install() { + DESTDIR=${D} OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash instlibs + DESTDIR=${D} OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash instclients + DESTDIR=${D} OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash instcontrib + DESTDIR=${D} OPENWINHOME=/usr/X11R6 bash Build-LinuxXView.bash instolvwm + cd ${D}/usr + ln -s X11R6 openwin + + # The rest of the docs is already installed + cd ${S}/doc + dodoc README xview-info olgx_api.txt olgx_api.ps sel_api.txt dnd_api.txt whats_new.ps + dodoc bugform + dodoc config/usenixws/paper.ps + rm -rf ${D}/usr/X11R6/share/doc/xview && rm -rf ${D}/usr/X11R6/share/doc +} |