diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-libs/libxdl_view | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-libs/libxdl_view')
-rw-r--r-- | x11-libs/libxdl_view/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libxdl_view/files/4.2-as-needed.patch | 16 | ||||
-rw-r--r-- | x11-libs/libxdl_view/files/4.2-impl-dec.patch | 13 | ||||
-rw-r--r-- | x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild | 32 | ||||
-rw-r--r-- | x11-libs/libxdl_view/metadata.xml | 8 |
5 files changed, 70 insertions, 0 deletions
diff --git a/x11-libs/libxdl_view/Manifest b/x11-libs/libxdl_view/Manifest new file mode 100644 index 000000000000..8f5dc9db9b31 --- /dev/null +++ b/x11-libs/libxdl_view/Manifest @@ -0,0 +1 @@ +DIST libxdl_view-4.2.tar.gz 857566 SHA256 826adc9c6d6706ffc6f9b52e6f7871e3ebf397837010a75daa971812f162d0b3 SHA512 1ea461cc27e53e94b89cdeef9fc435342d66f618f52a6bb936ff2c7ee63fbc89ecbbecfb4da0209ec8969f09b422af3690408dc61470299ce23e3cf84b202266 WHIRLPOOL 212c7e9f09c804bf58445a116ad75d343f6cd8e393e88ed2b2fcd4f311bd59f8a803c7fbf2d3c3a799cc7e88a9ba55f6e148c07a4956b8c6f22a0398f4b8e91f 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..a59d1997c2e5 --- /dev/null +++ b/x11-libs/libxdl_view/files/4.2-as-needed.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile.am b/Makefile.am +index 347bb21..cbb04db 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -19,7 +19,11 @@ lib_LTLIBRARIES = libxdl_view.la libxdl_viewextra.la + ## The initial value of this was a mistake! + ## See the libtool doc. + libxdl_view_la_LDFLAGS = -version-info 2:0:0 ++libxdl_view_la_LIBADD = -lX11 -lXt -lm ++ + libxdl_viewextra_la_LDFLAGS = -version-info 0:0:0 ++libxdl_viewextra_la_DEPENDENCIES = libxdl_view.la ++libxdl_viewextra_la_LIBADD = -lm -lxdl_view -ljwc_c + + EXTRA_DIST = doc/xdl_view_icon.gif doc/xdl_view_top.gif \ + doc/xdl_view_top.html doc/xdl_view_updates.html \ diff --git a/x11-libs/libxdl_view/files/4.2-impl-dec.patch b/x11-libs/libxdl_view/files/4.2-impl-dec.patch new file mode 100644 index 000000000000..418143777338 --- /dev/null +++ b/x11-libs/libxdl_view/files/4.2-impl-dec.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 347bb21..aa41ba3 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -3,6 +3,8 @@ + + ## Process this file with automake. + ++CFLAGS += -std=c99 -L.libs ++ + libxdl_view_la_SOURCES = xdl_base_fr.c xdl_blank_obj.c xdl_image.c \ + xdl_bg.c xdl_img_rd.c xdl_film_img.c xdl_io_window.c \ + xdl_menu_area.c xdl_text_tab.c xdl_panel_itm.c \ diff --git a/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild b/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild new file mode 100644 index 000000000000..6a9900710a5c --- /dev/null +++ b/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=yes + +inherit autotools-utils + +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 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="static-libs" + +RDEPEND=" + dev-libs/libjwc_c + x11-libs/libXt" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PV}-impl-dec.patch + "${FILESDIR}"/${PV}-as-needed.patch ) + +src_prepare() { + rm missing || die + autotools-utils_src_prepare +} diff --git a/x11-libs/libxdl_view/metadata.xml b/x11-libs/libxdl_view/metadata.xml new file mode 100644 index 000000000000..d747d72a25b4 --- /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> |