summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-apps/xtitle
downloadgentoo-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-apps/xtitle')
-rw-r--r--x11-apps/xtitle/Manifest2
-rw-r--r--x11-apps/xtitle/metadata.xml12
-rw-r--r--x11-apps/xtitle/xtitle-1.0.2.ebuild30
-rw-r--r--x11-apps/xtitle/xtitle-1.0.3.ebuild30
4 files changed, 74 insertions, 0 deletions
diff --git a/x11-apps/xtitle/Manifest b/x11-apps/xtitle/Manifest
new file mode 100644
index 000000000000..4e143e891c2c
--- /dev/null
+++ b/x11-apps/xtitle/Manifest
@@ -0,0 +1,2 @@
+DIST xtitle-1.0.2.tgz 10284 SHA256 afbd2b913dcd786f7b8856a549bd4808045d9225c4942aff2f3eba7d2f9a04d8 SHA512 5e83d48091fc6483b451aa265b2e2e08da0b5ee0f715c539ff2165ed460526dd46eb1dba883a407f4a20822e949a8a26cd960396174df9b05dd98d2dd523ddf9 WHIRLPOOL 0bdd47b862e406167d272a502607fe5b77d26da68514997f08b7eeb9edca790f971da81f4a33184830c655063385568d358b3dd4ef50069b7d3c80981b003afd
+DIST xtitle-1.0.3.tgz 10616 SHA256 ab88bb2a1c230d2aa4bbbb439e9ca470cc9e50d57c7f63b1e4cc7a71f1ea72bf SHA512 77cf47cd77ceb57b2a12630b4430ed342597f7fdc8ecaaac6bc284cb1eeba09949340f24698a0e893c74bb82c4bd54255b4c3750d387169c163e4aafe8e1a831 WHIRLPOOL ee0270cfbe2327656a9c629f09b9ea1dd38a2e2817e6b5427f2ba828a36d5d8adc77a4bce2673c4b42889be32562e46161a27a405f30bde4456ae89cceace176
diff --git a/x11-apps/xtitle/metadata.xml b/x11-apps/xtitle/metadata.xml
new file mode 100644
index 000000000000..1b9fb5b7d4b0
--- /dev/null
+++ b/x11-apps/xtitle/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>zlogene@gentoo.org</email>
+ <name>Mikle Kolyada</name>
+ </maintainer>
+ <maintainer>
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-apps/xtitle/xtitle-1.0.2.ebuild b/x11-apps/xtitle/xtitle-1.0.2.ebuild
new file mode 100644
index 000000000000..e1586b1617a6
--- /dev/null
+++ b/x11-apps/xtitle/xtitle-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="Set window title and icon name for an X11 terminal window"
+HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
+SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="x11-misc/imake"
+RDEPEND=""
+
+DOCS=( README )
+
+src_compile() {
+ xmkmf || die
+ emake
+}
+
+src_install() {
+ default
+ newman "${PN}.man" "${PN}.1"
+ dohtml "${PN}.html"
+}
diff --git a/x11-apps/xtitle/xtitle-1.0.3.ebuild b/x11-apps/xtitle/xtitle-1.0.3.ebuild
new file mode 100644
index 000000000000..ebfd7a2a14a9
--- /dev/null
+++ b/x11-apps/xtitle/xtitle-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Set window title and icon name for an X11 terminal window"
+HOMEPAGE="http://www.cs.indiana.edu/~kinzler/xtitle/"
+SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-misc/imake"
+RDEPEND=""
+
+DOCS=( README )
+
+src_compile() {
+ xmkmf || die
+ emake
+}
+
+src_install() {
+ default
+ newman "${PN}.man" "${PN}.1"
+ dohtml "${PN}.html"
+}