public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/tnt: tnt-2.6-r2.ebuild ChangeLog
@ 2009-10-21 19:56 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-10-21 19:56 UTC (permalink / raw
  To: gentoo-commits

ulm         09/10/21 19:56:35

  Modified:             ChangeLog
  Added:                tnt-2.6-r2.ebuild
  Log:
  Fix playing of sound. Install sound files under SITEETC.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.15                 app-emacs/tnt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Aug 2008 13:50:31 -0000	1.14
+++ ChangeLog	21 Oct 2009 19:56:34 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/tnt
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.14 2008/08/27 13:50:31 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.15 2009/10/21 19:56:34 ulm Exp $
+
+*tnt-2.6-r2 (21 Oct 2009)
+
+  21 Oct 2009; Ulrich Mueller <ulm@gentoo.org> +files/50tnt-gentoo.el,
+  +tnt-2.6-r2.ebuild, +files/tnt-2.6-sound.patch:
+  Fix playing of sound. Install sound files under SITEETC.
 
   27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> tnt-2.6-r1.ebuild:
   Use eclass default instead of elisp-comp, bug 235442.



1.1                  app-emacs/tnt/tnt-2.6-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.1&content-type=text/plain

Index: tnt-2.6-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.1 2009/10/21 19:56:34 ulm Exp $

inherit elisp

DESCRIPTION="Client for the AOL Instant Messenging service using Emacs as its UI"
HOMEPAGE="http://tnt.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DOCS="ChangeLog PROTOCOL README"
ELISP_PATCHES="${P}-sound.patch"
SITEFILE="50${PN}-gentoo.el"

src_install() {
	elisp_src_install

	insinto "${SITEETC}/${PN}"
	doins sounds/* || die

	docinto procmail
	dodoc procmail/* || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/tnt: tnt-2.6-r2.ebuild ChangeLog
@ 2009-11-23 13:21 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-23 13:21 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/23 13:21:28

  Modified:             tnt-2.6-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #293811
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-emacs/tnt/tnt-2.6-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?r1=1.1&r2=1.2

Index: tnt-2.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tnt-2.6-r2.ebuild	21 Oct 2009 19:56:34 -0000	1.1
+++ tnt-2.6-r2.ebuild	23 Nov 2009 13:21:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.1 2009/10/21 19:56:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.2 2009/11/23 13:21:28 maekke Exp $
 
 inherit elisp
 
@@ -10,7 +10,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DOCS="ChangeLog PROTOCOL README"



1.16                 app-emacs/tnt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Oct 2009 19:56:34 -0000	1.15
+++ ChangeLog	23 Nov 2009 13:21:28 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/tnt
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.15 2009/10/21 19:56:34 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.16 2009/11/23 13:21:28 maekke Exp $
+
+  23 Nov 2009; Markus Meier <maekke@gentoo.org> tnt-2.6-r2.ebuild:
+  amd64/x86 stable, bug #293811
 
 *tnt-2.6-r2 (21 Oct 2009)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/tnt: tnt-2.6-r2.ebuild ChangeLog
@ 2010-02-18  9:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-02-18  9:33 UTC (permalink / raw
  To: gentoo-commits

ulm         10/02/18 09:33:37

  Modified:             tnt-2.6-r2.ebuild ChangeLog
  Log:
  Fix LICENSE.
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-emacs/tnt/tnt-2.6-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?r1=1.2&r2=1.3

Index: tnt-2.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tnt-2.6-r2.ebuild	23 Nov 2009 13:21:28 -0000	1.2
+++ tnt-2.6-r2.ebuild	18 Feb 2010 09:33:36 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.2 2009/11/23 13:21:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.3 2010/02/18 09:33:36 ulm Exp $
 
 inherit elisp
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://tnt.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="Artistic"
+LICENSE="AOL Artistic"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""



1.18                 app-emacs/tnt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Nov 2009 17:08:52 -0000	1.17
+++ ChangeLog	18 Feb 2010 09:33:36 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/tnt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.17 2009/11/23 17:08:52 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.18 2010/02/18 09:33:36 ulm Exp $
+
+  18 Feb 2010; Ulrich Mueller <ulm@gentoo.org> tnt-2.6-r2.ebuild:
+  Fix LICENSE.
 
   23 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -files/51tnt-gentoo.el,
   -tnt-2.6-r1.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-18  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  9:33 [gentoo-commits] gentoo-x86 commit in app-emacs/tnt: tnt-2.6-r2.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-23 13:21 Markus Meier (maekke)
2009-10-21 19:56 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox