summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-05-31 14:11:16 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-05-31 14:11:16 +0000
commit19e886f8ca4da9d8220202a8b44948d2d32cc2b3 (patch)
tree150cd8e410fd10ed1a7cd2700bf01a6f62842a9d /x11-apps
parentAdded ~x86 keyword to parslet ebuilds; Updated copyright in parslet-1.5.0-r1.... (diff)
downloadgentoo-2-19e886f8ca4da9d8220202a8b44948d2d32cc2b3.tar.gz
gentoo-2-19e886f8ca4da9d8220202a8b44948d2d32cc2b3.tar.bz2
gentoo-2-19e886f8ca4da9d8220202a8b44948d2d32cc2b3.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xtitle/ChangeLog10
-rw-r--r--x11-apps/xtitle/xtitle-1.0.3.ebuild30
2 files changed, 37 insertions, 3 deletions
diff --git a/x11-apps/xtitle/ChangeLog b/x11-apps/xtitle/ChangeLog
index 962139d22aeb..2afcfd8ddea5 100644
--- a/x11-apps/xtitle/ChangeLog
+++ b/x11-apps/xtitle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xtitle
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.4 2013/06/06 07:28:25 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v 1.5 2014/05/31 14:11:16 zlogene Exp $
+
+*xtitle-1.0.3 (31 May 2014)
+
+ 31 May 2014; Mikle Kolyada <zlogene@gentoo.org> +xtitle-1.0.3.ebuild:
+ Version bump
06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers
@@ -19,4 +24,3 @@
Initial commit wrt bug #281916. Thanks to Alexander Huemer and Mikle Kolyada
for providing ebuilds. The latter will maintain this package through proxy
maintainers
-
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..2133fb0abf83
--- /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
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild,v 1.1 2014/05/31 14:11:16 zlogene Exp $
+
+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"
+}