public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/yudit: ChangeLog yudit-2.9.0.ebuild
@ 2008-06-24  5:08 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-06-24  5:08 UTC (permalink / raw
  To: gentoo-commits

darkside    08/06/24 05:08:39

  Modified:             ChangeLog
  Added:                yudit-2.9.0.ebuild
  Log:
  Version bump with minor reworked ebuild from previous version (QA fixes). bug #214558
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 app-text/yudit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	29 Feb 2008 17:49:42 -0000	1.23
+++ ChangeLog	24 Jun 2008 05:08:39 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/yudit
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.23 2008/02/29 17:49:42 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.24 2008/06/24 05:08:39 darkside Exp $
+
+*yudit-2.9.0 (24 Jun 2008)
+
+  24 Jun 2008; Jeremy Olexa <darkside@gentoo.org> +yudit-2.9.0.ebuild:
+  Version bump with minor reworked ebuild from previous version (QA fixes).
+  bug #214558
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> yudit-2.8.1.ebuild:
   Remove icon extension from desktop entry to match Icon Theme Specification.



1.1                  app-text/yudit/yudit-2.9.0.ebuild

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

Index: yudit-2.9.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild,v 1.1 2008/06/24 05:08:39 darkside Exp $

DESCRIPTION="free (Y)unicode text editor for all unices"
SRC_URI="http://yudit.org/download/${P}.tar.gz"
HOMEPAGE="http://www.yudit.org/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

DEPEND="x11-libs/libX11
	>=sys-devel/gettext-0.10"

src_unpack() {
	unpack ${A}
	cd "${S}"
	#Don't strip binaries, let portage do that.
	sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed"
}

src_compile() {
	econf
	#FIXME:
	#-j1 because this app builds a tool called 'mytool' and we need to make
	#sure that it is built before it needs to be used.
	emake -j1 || die "emake failed"
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc *.TXT
}




-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-text/yudit: ChangeLog yudit-2.9.0.ebuild
@ 2012-05-10 15:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 15:29 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/10 15:29:23

  Modified:             ChangeLog
  Removed:              yudit-2.9.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 app-text/yudit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yudit/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yudit/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yudit/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	14 Mar 2012 03:42:29 -0000	1.25
+++ ChangeLog	10 May 2012 15:29:23 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/yudit
 # Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.25 2012/03/14 03:42:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.26 2012/05/10 15:29:23 ago Exp $
+
+  10 May 2012; Agostino Sarubbo <ago@gentoo.org> -yudit-2.9.0.ebuild:
+  Remove old
 
 *yudit-2.9.2 (14 Mar 2012)
 






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

end of thread, other threads:[~2012-05-10 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 15:29 [gentoo-commits] gentoo-x86 commit in app-text/yudit: ChangeLog yudit-2.9.0.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-24  5:08 Jeremy Olexa (darkside)

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