diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-02 23:04:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-02 23:04:32 +0000 |
commit | 2c895aad724a40926e1279564271fc7871774e41 (patch) | |
tree | 4df7f5a0dc50d6bc237594f93f4e0c156a5112ad /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-2c895aad724a40926e1279564271fc7871774e41.tar.gz gentoo-2-2c895aad724a40926e1279564271fc7871774e41.tar.bz2 gentoo-2-2c895aad724a40926e1279564271fc7871774e41.zip |
Another split X lib from ccp4
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxdl_view/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libxdl_view/files/4.2-as-needed.patch | 12 | ||||
-rw-r--r-- | x11-libs/libxdl_view/libxdl_view-4.2.ebuild | 28 | ||||
-rw-r--r-- | x11-libs/libxdl_view/metadata.xml | 8 |
4 files changed, 58 insertions, 0 deletions
diff --git a/x11-libs/libxdl_view/ChangeLog b/x11-libs/libxdl_view/ChangeLog new file mode 100644 index 000000000000..c8eb869e23f4 --- /dev/null +++ b/x11-libs/libxdl_view/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libxdl_view +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.1 2010/02/02 23:04:32 jlec Exp $ + +*libxdl_view-4.2 (02 Feb 2010) + + 02 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + +files/4.2-as-needed.patch, +libxdl_view-4.2.ebuild, +metadata.xml: + Xlib for ccp4 + diff --git a/x11-libs/libxdl_view/files/4.2-as-needed.patch b/x11-libs/libxdl_view/files/4.2-as-needed.patch new file mode 100644 index 000000000000..d5c93dda4816 --- /dev/null +++ b/x11-libs/libxdl_view/files/4.2-as-needed.patch @@ -0,0 +1,12 @@ +diff -ur libxdl_view-4.2.orig/Makefile.am libxdl_view-4.2/Makefile.am +--- libxdl_view-4.2.orig/Makefile.am 2009-03-02 22:13:10.000000000 -0800 ++++ libxdl_view-4.2/Makefile.am 2009-03-02 22:14:11.000000000 -0800 +@@ -18,7 +18,7 @@ + + ## The initial value of this was a mistake! + ## See the libtool doc. +-libxdl_view_la_LDFLAGS = -version-info 2:0:0 ++libxdl_view_la_LDFLAGS = -version-info 2:0:0 -lX11 -lXt + libxdl_viewextra_la_LDFLAGS = -version-info 0:0:0 + + EXTRA_DIST = doc/xdl_view_icon.gif doc/xdl_view_top.gif \ diff --git a/x11-libs/libxdl_view/libxdl_view-4.2.ebuild b/x11-libs/libxdl_view/libxdl_view-4.2.ebuild new file mode 100644 index 000000000000..741ccfc6b15b --- /dev/null +++ b/x11-libs/libxdl_view/libxdl_view-4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2.ebuild,v 1.1 2010/02/02 23:04:32 jlec Exp $ + +EAPI="2" + +inherit autotools eutils + +DESCRIPTION="An X-Windows Based Toolkit" +HOMEPAGE="http://www.ccp4.ac.uk/dist/x-windows/xdl_view/doc/xdl_view_top.html" +SRC_URI="ftp://ftp.ccp4.ac.uk/jwc/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +RDEPEND="x11-libs/libXt" +DEPEND="${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/4.2-as-needed.patch + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die +} diff --git a/x11-libs/libxdl_view/metadata.xml b/x11-libs/libxdl_view/metadata.xml new file mode 100644 index 000000000000..efb490d78817 --- /dev/null +++ b/x11-libs/libxdl_view/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>sci@gentoo.org</email> +</maintainer> +</pkgmetadata> |