zlogene     14/05/31 14:11:16

  Modified:             ChangeLog
  Added:                xtitle-1.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  Changes    Path
1.5                  x11-apps/xtitle/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xtitle/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2013 07:28:25 -0000       1.4
+++ ChangeLog   31 May 2014 14:11:16 -0000      1.5
@@ -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 <[email protected]> +xtitle-1.0.3.ebuild:
+  Version bump
 
   06 Jun 2013; Sergey Popov <[email protected]> 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
-



1.1                  x11-apps/xtitle/xtitle-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtitle/xtitle-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: xtitle-1.0.3.ebuild
===================================================================
# 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"
}




Reply via email to