public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/yudit: ChangeLog yudit-2.9.0.ebuild
Date: Tue, 24 Jun 2008 05:08:39 +0000	[thread overview]
Message-ID: <E1KB0lj-0001SN-R2@stork.gentoo.org> (raw)

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



             reply	other threads:[~2008-06-24  5:08 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KB0lj-0001SN-R2@stork.gentoo.org \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox