summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-02-25 17:01:49 +0000
committerJeroen Roovers <jer@gentoo.org>2009-02-25 17:01:49 +0000
commit1187321023090b2c0c96875d71884d3d6c063233 (patch)
tree71ed7eb83d1d6dcbc3b726f530d07a2fd559bc48 /x11-terms
parentppc stable, bug #252830 (diff)
downloadhistorical-1187321023090b2c0c96875d71884d3d6c063233.tar.gz
historical-1187321023090b2c0c96875d71884d3d6c063233.tar.bz2
historical-1187321023090b2c0c96875d71884d3d6c063233.zip
Initial commit, thanks to Martín R. Dapás (bug #120112, partly based on the ebuilds attached there).
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/yeahconsole/ChangeLog12
-rw-r--r--x11-terms/yeahconsole/Manifest5
-rw-r--r--x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch28
-rw-r--r--x11-terms/yeahconsole/metadata.xml9
-rw-r--r--x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild39
5 files changed, 93 insertions, 0 deletions
diff --git a/x11-terms/yeahconsole/ChangeLog b/x11-terms/yeahconsole/ChangeLog
new file mode 100644
index 000000000000..03cff292271c
--- /dev/null
+++ b/x11-terms/yeahconsole/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-terms/yeahconsole
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.1 2009/02/25 17:01:49 jer Exp $
+
+*yeahconsole-0.3.4 (25 Feb 2009)
+
+ 25 Feb 2009; Jeroen Roovers <jer@gentoo.org>
+ +files/yeahconsole-0.3.4-make.patch, +metadata.xml,
+ +yeahconsole-0.3.4.ebuild:
+ Initial commit, thanks to Martín R. Dapás (bug #120112, partly based on
+ the ebuilds attached there).
+
diff --git a/x11-terms/yeahconsole/Manifest b/x11-terms/yeahconsole/Manifest
new file mode 100644
index 000000000000..70f87dc3ecc0
--- /dev/null
+++ b/x11-terms/yeahconsole/Manifest
@@ -0,0 +1,5 @@
+AUX yeahconsole-0.3.4-make.patch 703 RMD160 d01c93c1bf4cf4db216a4de3498fd606f2a718f8 SHA1 f559baccaa19bfe05e3600e91958af8a611a36dc SHA256 ee1090f8b96abb91ce69d4a009af638874bc820d679a1557795a72b3c87877e8
+DIST yeahconsole-0.3.4.tar.gz 12281 RMD160 0503254c8ff4f124ca7ec122b3a204826e03a43a SHA1 78b589c21dc16d5b570ceade1d6c9bf337a51eef SHA256 fcf3481f78a263a70f1cb5163630fc22e78bb0915013eb05689c6f4aeb0583ef
+EBUILD yeahconsole-0.3.4.ebuild 937 RMD160 15b56a771ea028aa28182731021733c1a5592ec9 SHA1 5f8ccc2b8ccbed82ed9b2a3f581b1daab81252b4 SHA256 57e5775b6795eceb7ef754e0a68452d646036087d782d70b7afca51cd2a1fdfc
+MISC ChangeLog 484 RMD160 9e63522143d53ccfeb1c0205b92b385901760c8d SHA1 709035cb97c511aa01c5de01a2f6f3ade25aac78 SHA256 61bda72a0ded561d4366afd65a008b6b14dfb21d0fb76b8a15591b66a9fcb204
+MISC metadata.xml 247 RMD160 ce510949efadc662a8bdf3f163ab8da65425031b SHA1 9e77d3a27a86999fbe9fd9c8098a6f487512cd89 SHA256 219ac51d48f3a246086b75c336a1be44caafec3dd2c86ba61a44caa6374778df
diff --git a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
new file mode 100644
index 000000000000..6697e71e96ec
--- /dev/null
+++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
@@ -0,0 +1,28 @@
+--- yeahconsole-0.3.4/Makefile.orig 2006-01-14 16:54:05.000000000 +0100
++++ yeahconsole-0.3.4/Makefile 2009-02-25 17:12:05.000000000 +0100
+@@ -1,6 +1,4 @@
+ TARGET = yeahconsole
+-CC = gcc
+-#CC = cc
+ INSTALL = install
+
+ PREFIX = /usr/local
+@@ -8,17 +6,15 @@
+ LIBS = -lX11
+ INCLUDES = -I/usr/X11R6/include
+ LIB_DIRS = -L/usr/X11R6/lib
+-FLAGS = -Os -Wall
+
+ OBJECTS := yeahconsole.o
+ SOURCES := yeahconsole.c
+
+ $(TARGET): $(OBJECTS)
+ $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $<
+- strip $@
+
+ $(OBJECTS): $(SOURCES)
+- $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<
++ $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<
+
+ clean:
+ rm -rf $(TARGET) $(OBJECTS)
diff --git a/x11-terms/yeahconsole/metadata.xml b/x11-terms/yeahconsole/metadata.xml
new file mode 100644
index 000000000000..9134efa10c60
--- /dev/null
+++ b/x11-terms/yeahconsole/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>jer@gentoo.org</email>
+ <name>Jeroen Roovers</name>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild
new file mode 100644
index 000000000000..62944ddfcad2
--- /dev/null
+++ b/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild,v 1.1 2009/02/25 17:01:49 jer Exp $
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="yeahconsole turns an xterm or rxvt-unicode into a game-like console"
+HOMEPAGE="http://phrat.de/yeahtools.html"
+SRC_URI="http://phrat.de/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+src_unpack() {
+ unpack ${A}
+ epatch "${FILESDIR}"/${P}-make.patch
+}
+
+src_compile() {
+ tc-export CC
+ emake || die "make failed"
+}
+
+src_install() {
+ dodir /usr/bin
+ emake PREFIX="${D}"/usr install || die "emake install failed"
+ dodoc README
+}
+
+pkg_postinst() {
+ elog "Do not forget to emerge a terminal emulator (perhaps x11-terms/xterm"
+ elog "or x11-terms/rxvt-unicode) or ${PN} will not work ;-)."
+}