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 /dev-tcltk/tkTheme | |
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 'dev-tcltk/tkTheme')
-rw-r--r-- | dev-tcltk/tkTheme/Manifest | 1 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/files/1.0-Makefile.in.diff | 29 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/files/1.0-cflags.patch | 18 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/files/1.0-configure.diff | 12 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/metadata.xml | 5 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/tkTheme-1.0-r2.ebuild | 50 |
6 files changed, 115 insertions, 0 deletions
diff --git a/dev-tcltk/tkTheme/Manifest b/dev-tcltk/tkTheme/Manifest new file mode 100644 index 000000000000..37d2ae1dedc6 --- /dev/null +++ b/dev-tcltk/tkTheme/Manifest @@ -0,0 +1 @@ +DIST tkTheme.tgz 335061 SHA256 e6a2024d4a70ef69108020604de47885d21df09e558ba5cbfde7ccf67fc8a148 SHA512 71988f5a627582092d30f8d825f4e9e60f11c116e40b90bf4d669cad8146d7130e27ca0f83b0650ca7f225016849242815be27e247c8917f892a16447ed40d7c WHIRLPOOL 0994a65ef7980216c94922d38a014968acc7bfd098cdc4f3c71e576369527ec8a527638313f6c846938e3e02fa3890eed00759aee0a1ee97aef6e7402db2fe0f diff --git a/dev-tcltk/tkTheme/files/1.0-Makefile.in.diff b/dev-tcltk/tkTheme/files/1.0-Makefile.in.diff new file mode 100644 index 000000000000..6076a0455c9b --- /dev/null +++ b/dev-tcltk/tkTheme/files/1.0-Makefile.in.diff @@ -0,0 +1,29 @@ + Makefile.in | 11 +++++------ + 1 files changed, 5 insertions(+), 6 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 7cf8b1e..c2c7d3b 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -428,16 +428,15 @@ mostlyclean distclean maintainer-clean + + + install-exec-hook: +- $(mkinstalldirs) @PKG_TCL@ @PKG_TCL@/demo ++ $(mkinstalldirs) $(DESTDIR)@PKG_TCL@ + echo "package ifneeded tkTheme" \ + `echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \ +- "[list load $(DESTDIR)$(libdir)/libtkTheme.so]" \ +- > @PKG_TCL@/pkgIndex.tcl ++ "[list load $(libdir)/libtkTheme.so]" \ ++ > $(DESTDIR)@PKG_TCL@/pkgIndex.tcl + sed -e 's%load .libs/libtkTheme.so%package require tkTheme%' \ +- < test.tcl \ ++ < $(srcdir)/test.tcl \ + | sed -e 's%cd demo/%cd @PKG_TCL@/demo/%' \ +- > @PKG_TCL@/test.tcl +- cp demo/* @PKG_TCL@/demo ++ > $(DESTDIR)@PKG_TCL@/test.tcl + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/dev-tcltk/tkTheme/files/1.0-cflags.patch b/dev-tcltk/tkTheme/files/1.0-cflags.patch new file mode 100644 index 000000000000..34063d365fd7 --- /dev/null +++ b/dev-tcltk/tkTheme/files/1.0-cflags.patch @@ -0,0 +1,18 @@ + configure | 4 +--- + 1 files changed, 1 insertions(+), 3 deletions(-) + +diff --git a/configure b/configure +index 373c332..6fc1a14 100755 +--- a/configure ++++ b/configure +@@ -3341,9 +3341,7 @@ fi + + + if test "${SHARED_BUILD}" = "1" ; then +- CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}' +-else +- CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING}' ++ CFLAGS+=' ${SHLIB_CFLAGS}' + fi + + #-------------------------------------------------------------------- diff --git a/dev-tcltk/tkTheme/files/1.0-configure.diff b/dev-tcltk/tkTheme/files/1.0-configure.diff new file mode 100644 index 000000000000..c73f7dc3aa3f --- /dev/null +++ b/dev-tcltk/tkTheme/files/1.0-configure.diff @@ -0,0 +1,12 @@ +diff -Naur tkTheme.orig/configure tkTheme/configure +--- tkTheme.orig/configure 2002-08-24 04:19:04.000000000 +0900 ++++ tkTheme/configure 2005-06-26 22:26:30.000000000 +0900 +@@ -3472,7 +3472,7 @@ + + + +-PKG_TCL=${TCL_PACKAGE_PATH}/tkTheme ++PKG_TCL=${TCL_PACKAGE_PATH%% *}/tkTheme + + + diff --git a/dev-tcltk/tkTheme/metadata.xml b/dev-tcltk/tkTheme/metadata.xml new file mode 100644 index 000000000000..815cc916f2b6 --- /dev/null +++ b/dev-tcltk/tkTheme/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>tcltk</herd> +</pkgmetadata> diff --git a/dev-tcltk/tkTheme/tkTheme-1.0-r2.ebuild b/dev-tcltk/tkTheme/tkTheme-1.0-r2.ebuild new file mode 100644 index 000000000000..808cc86b8125 --- /dev/null +++ b/dev-tcltk/tkTheme/tkTheme-1.0-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools-utils eutils toolchain-funcs + +DESCRIPTION="Tcl/Tk Theming library" +HOMEPAGE="http://www.xmission.com/~georgeps/Tk_Theme/other/" +SRC_URI="http://www.xmission.com/~georgeps/Tk_Theme/other/${PN}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 ppc x86" +IUSE="debug examples static-libs threads" + +DEPEND=" + dev-lang/tk + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXpm" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${PN} + +PATCHES=( + "${FILESDIR}"/${PV}-Makefile.in.diff + "${FILESDIR}"/${PV}-configure.diff + "${FILESDIR}"/${PV}-cflags.patch + ) + +src_configure() { + tc-export CC + local myeconfargs=( + --with-tcl="${EPREFIX}/usr/$(get_libdir)" + --with-tk="${EPREFIX}/usr/$(get_libdir)" + --with-x + $(use_with debug symbols) + $(use_enable threads) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + insinto /usr/share/${PN} + use examples && doins -r demo +} |