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 /app-editors/cooledit | |
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 'app-editors/cooledit')
9 files changed, 179 insertions, 0 deletions
diff --git a/app-editors/cooledit/Manifest b/app-editors/cooledit/Manifest new file mode 100644 index 000000000000..6405a28348f3 --- /dev/null +++ b/app-editors/cooledit/Manifest @@ -0,0 +1,2 @@ +DIST cooledit-3.17.17-nopython.tar.gz 15835 SHA256 09e140b8b66893fb814db7200d072ee40d5c84989900d94607688c6ab1e78e0d SHA512 acf5c8b6a06a32b9433d4b68c1d9def5c0cc7f479a1dc35e8de1541d9e762c57f36ff48376d633ae7c8cd749d0042889a9febdb825195faa54e3d0a690a4e129 WHIRLPOOL 4fcfeb76c5a2780958837d974b64d2ddda366f03c2f30ab284f95cdadaab3bf2e775d2e6fda467d0394925c282c0625116455fbbc89ae4dc36697d0cb6ea2025 +DIST cooledit-3.17.17.tar.gz 1674273 SHA256 3c0d95d409796e3d92405e8ec317acb040713b432cc9ff9742f8657c092be489 SHA512 1d82ee1ab1e3bfe6477365aaa35084f7504a1503a0c97df997d937c90097c783d4cb90f023499a15f78d278df631310f59a3bd0f7a66620f147e23d7273294e9 WHIRLPOOL 6087cc5770e28f5787abd5e2d14db37ec30e1b9d5e2073e45b84a0db8d9d6fc0e84ea2cc5b2fc9e7fe1721915d4a81dcfcafcdcbd2dba9d235ea828768cf1c94 diff --git a/app-editors/cooledit/cooledit-3.17.17-r1.ebuild b/app-editors/cooledit/cooledit-3.17.17-r1.ebuild new file mode 100644 index 000000000000..cd3dc6fbf9d0 --- /dev/null +++ b/app-editors/cooledit/cooledit-3.17.17-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit autotools eutils + +DESCRIPTION="Cooledit is a full featured multiple window text editor" +HOMEPAGE="http://freshmeat.net/projects/cooledit/" +SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/${P}.tar.gz + http://dev.gentoo.org/~hwoarang/distfiles/${P}-nopython.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="nls" + +RDEPEND="x11-libs/libX11 + x11-libs/libXdmcp + x11-libs/libXau" +DEPEND="${RDEPEND} + x11-libs/libXpm" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc4.patch \ + "${FILESDIR}"/${P}-asneeded.patch \ + "${FILESDIR}"/${P}-implicit_declarations.patch \ + "${FILESDIR}"/${P}-interix.patch \ + "${FILESDIR}"/${P}-interix5.patch \ + "${FILESDIR}"/${P}-copy.patch \ + "${WORKDIR}"/${P}-nopython.patch + sed -i -e "/Python.h/d" "${S}"/editor/_coolpython.c || die + eautoreconf +} + +src_compile() { + [[ ${CHOST} == *-interix* ]] && export ac_cv_header_wchar_h=no + + # Fix for bug 40152 (04 Feb 2004 agriffis) + addwrite /dev/ptym/clone:/dev/ptmx + econf $(use_enable nls) + emake || die "emake failed." +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." +} diff --git a/app-editors/cooledit/files/cooledit-3.17.17-asneeded.patch b/app-editors/cooledit/files/cooledit-3.17.17-asneeded.patch new file mode 100644 index 000000000000..4cd6331fcd49 --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-asneeded.patch @@ -0,0 +1,11 @@ +diff -ur cooledit-3.17.17.orig/widget/Makefile.am cooledit-3.17.17/widget/Makefile.am +--- cooledit-3.17.17.orig/widget/Makefile.am 2005-04-04 23:47:45.000000000 +0300 ++++ cooledit-3.17.17/widget/Makefile.am 2008-12-07 14:47:18.000000000 +0200 +@@ -20,6 +20,7 @@ + look-cool.c look-gtk.c look-next.c + + libCw_la_LDFLAGS = -version-info 1:0:0 ++libCw_la_LIBADD = @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @LIBINTL@ + + DEFS = @X_CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"${exec_prefix}/share/cooledit\" @DEFS@ + diff --git a/app-editors/cooledit/files/cooledit-3.17.17-copy.patch b/app-editors/cooledit/files/cooledit-3.17.17-copy.patch new file mode 100644 index 000000000000..862b4ec8374c --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-copy.patch @@ -0,0 +1,20 @@ +diff -crB cooledit-3.17.17/widget/editcmd.c cooledit-new/widget/editcmd.c +*** cooledit-3.17.17/widget/editcmd.c 2005-04-04 16:47:45.000000000 -0400 +--- cooledit-new/widget/editcmd.c 2009-04-25 21:56:14.000000000 -0400 +*************** +*** 214,220 **** + if (file < 0 && (flags & O_CREAT)) /* must it be created ? */ + return creat ((char *) pathname, mode); + close (file); +! return open ((char *) pathname, flags); + } + + /* "Oleg Yu. Repin" <repin@ssd.sscc.ru> added backup filenames +--- 214,220 ---- + if (file < 0 && (flags & O_CREAT)) /* must it be created ? */ + return creat ((char *) pathname, mode); + close (file); +! return open ((char *) pathname, flags, mode); + } + + /* "Oleg Yu. Repin" <repin@ssd.sscc.ru> added backup filenames diff --git a/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch b/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch new file mode 100644 index 000000000000..9ce026146f6a --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-gcc4.patch @@ -0,0 +1,10 @@ +--- cooledit-3.17.17/widget/coollocal.h.agriffis 2005-04-04 16:47:45.000000000 -0400 ++++ cooledit-3.17.17/widget/coollocal.h 2006-03-12 15:38:40.000000000 -0500 +@@ -49,7 +49,6 @@ + int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent); + void drawstring_xy (Window win, int x, int y, const char *text); + void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey); +-int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent); + void process_external_focus (Window win, int type); + void focus_window (Window win); + void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton); diff --git a/app-editors/cooledit/files/cooledit-3.17.17-implicit_declarations.patch b/app-editors/cooledit/files/cooledit-3.17.17-implicit_declarations.patch new file mode 100644 index 000000000000..322c36fde936 --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-implicit_declarations.patch @@ -0,0 +1,34 @@ +diff -ur cooledit-3.17.17.orig/editor/postscript.c cooledit-3.17.17/editor/postscript.c +--- cooledit-3.17.17.orig/editor/postscript.c 2005-04-04 23:47:45.000000000 +0300 ++++ cooledit-3.17.17/editor/postscript.c 2008-12-07 14:55:25.000000000 +0200 +@@ -1,5 +1,7 @@ + #include <config.h> ++#include <stdlib.h> + #include <stdio.h> ++#include <string.h> + #ifdef HAVE_SYS_STAT_H + #include <sys/stat.h> + #endif +diff -ur cooledit-3.17.17.orig/widget/aafont.c cooledit-3.17.17/widget/aafont.c +--- cooledit-3.17.17.orig/widget/aafont.c 2005-04-04 23:47:45.000000000 +0300 ++++ cooledit-3.17.17/widget/aafont.c 2008-12-07 14:54:23.000000000 +0200 +@@ -20,6 +20,7 @@ + #include <config.h> + #include <stdlib.h> + #include <stdio.h> ++#include <string.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + #include "aafont.h" +diff -ur cooledit-3.17.17.orig/widget/mad.c cooledit-3.17.17/widget/mad.c +--- cooledit-3.17.17.orig/widget/mad.c 2005-04-04 23:47:45.000000000 +0300 ++++ cooledit-3.17.17/widget/mad.c 2008-12-07 14:54:30.000000000 +0200 +@@ -22,6 +22,8 @@ + /* Generation MAD. It is based on the debauch package. */ + /********************************************************************/ + ++#include <stdlib.h> ++#include <string.h> + #include "mad.h" + + #undef malloc diff --git a/app-editors/cooledit/files/cooledit-3.17.17-interix.patch b/app-editors/cooledit/files/cooledit-3.17.17-interix.patch new file mode 100644 index 000000000000..f6599ae8557c --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-interix.patch @@ -0,0 +1,31 @@ +diff -ru -x '*.Po' -x '*.Plo' cooledit-3.17.17.orig/editor/_coolpython.c cooledit-3.17.17/editor/_coolpython.c +--- cooledit-3.17.17.orig/editor/_coolpython.c 2008-04-03 10:59:33 +0200 ++++ cooledit-3.17.17/editor/_coolpython.c 2008-04-03 11:02:45 +0200 +@@ -1,4 +1,15 @@ + ++// on interix, need this before config.h to avoid clashes ++// with wchar.h, which cooledit believes is not there, and therefore ++// defines mbstate_t. Python.h includes it, and thus wchar.h messes up. ++#ifdef __cplusplus ++extern "C" { ++#endif ++#include "Python.h" ++#ifdef __cplusplus ++} ++#endif ++ + #include <config.h> + + #ifdef HAVE_PYTHON +diff -ru -x '*.Po' -x '*.Plo' cooledit-3.17.17.orig/rxvt/_rxvtlib.h cooledit-3.17.17/rxvt/_rxvtlib.h +--- cooledit-3.17.17.orig/rxvt/_rxvtlib.h 2008-04-03 11:10:02 +0200 ++++ cooledit-3.17.17/rxvt/_rxvtlib.h 2008-04-03 09:00:13 +0200 +@@ -170,7 +170,7 @@ + #include <netinet/in.h> + #include <arpa/inet.h> + #include <net/if.h> +-#if !defined(__NetBSD__) && !defined(__OpenBSD__) ++#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__INTERIX) + #include <net/if_arp.h> + #endif + #include "X11/keysymdef.h" diff --git a/app-editors/cooledit/files/cooledit-3.17.17-interix5.patch b/app-editors/cooledit/files/cooledit-3.17.17-interix5.patch new file mode 100644 index 000000000000..46048c334c98 --- /dev/null +++ b/app-editors/cooledit/files/cooledit-3.17.17-interix5.patch @@ -0,0 +1,13 @@ +diff -ru -x '*.Po' -x '*.Plo' cooledit-3.17.17.orig/rxvt/_rxvtlib.h cooledit-3.17.17/rxvt/_rxvtlib.h +--- cooledit-3.17.17.orig/rxvt/_rxvtlib.h 2008-04-17 12:09:05 +0200 ++++ cooledit-3.17.17/rxvt/_rxvtlib.h 2008-04-17 12:09:31 +0200 +@@ -169,7 +169,9 @@ + #endif + #include <netinet/in.h> + #include <arpa/inet.h> ++#ifndef __INTERIX + #include <net/if.h> ++#endif + #if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__INTERIX) + #include <net/if_arp.h> + #endif diff --git a/app-editors/cooledit/metadata.xml b/app-editors/cooledit/metadata.xml new file mode 100644 index 000000000000..492f7b635217 --- /dev/null +++ b/app-editors/cooledit/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="freshmeat">cooledit</remote-id> + </upstream> +</pkgmetadata> |