diff options
author | 2014-05-31 14:11:16 +0000 | |
---|---|---|
committer | 2014-05-31 14:11:16 +0000 | |
commit | 19e886f8ca4da9d8220202a8b44948d2d32cc2b3 (patch) | |
tree | 150cd8e410fd10ed1a7cd2700bf01a6f62842a9d /x11-apps/xtitle/xtitle-1.0.3.ebuild | |
parent | Added ~x86 keyword to parslet ebuilds; Updated copyright in parslet-1.5.0-r1.... (diff) | |
download | gentoo-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/xtitle/xtitle-1.0.3.ebuild')
-rw-r--r-- | x11-apps/xtitle/xtitle-1.0.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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" +} |