public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/verbiste: ChangeLog verbiste-0.1.16.ebuild verbiste-0.1.21.ebuild verbiste-0.1.14.ebuild
@ 2007-12-02 18:12 Olivier Crete (tester)
  0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2007-12-02 18:12 UTC (permalink / raw
  To: gentoo-commits

tester      07/12/02 18:12:49

  Modified:             ChangeLog verbiste-0.1.16.ebuild
  Added:                verbiste-0.1.21.ebuild
  Removed:              verbiste-0.1.14.ebuild
  Log:
  New version
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.26                 app-dicts/verbiste/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 May 2007 14:57:45 -0000	1.25
+++ ChangeLog	2 Dec 2007 18:12:48 -0000	1.26
@@ -1,6 +1,14 @@
 # ChangeLog for app-dicts/verbiste
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.25 2007/05/05 14:57:45 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.26 2007/12/02 18:12:48 tester Exp $
+
+*verbiste-0.1.21 (02 Dec 2007)
+
+  02 Dec 2007; Olivier Crête <tester@gentoo.org>
+  -files/verbiste-0.1.14-as-needed.patch,
+  -files/verbiste-0.1.14-multiline-sed.patch, -verbiste-0.1.14.ebuild,
+  verbiste-0.1.16.ebuild, +verbiste-0.1.21.ebuild:
+  New version
 
   05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   verbiste-0.1.16.ebuild:



1.8                  app-dicts/verbiste/verbiste-0.1.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild?r1=1.7&r2=1.8

Index: verbiste-0.1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- verbiste-0.1.16.ebuild	11 Jul 2007 05:41:19 -0000	1.7
+++ verbiste-0.1.16.ebuild	2 Dec 2007 18:12:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.7 2007/07/11 05:41:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.8 2007/12/02 18:12:48 tester Exp $
 
 inherit autotools eutils
 
@@ -35,7 +35,7 @@
 
 	gettext_modify
 
-	cd ${S}
+	cd "${S}"
 	"${T}"/gettextize --force --intl --copy
 	AT_M4DIR=macros eautoreconf
 }
@@ -46,6 +46,6 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "can't install"
+	make install DESTDIR="${D}" || die "can't install"
 	dodoc AUTHORS ChangeLog HACKING LISEZMOI NEWS README THANKS TODO
 }



1.1                  app-dicts/verbiste/verbiste-0.1.21.ebuild

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

Index: verbiste-0.1.21.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.21.ebuild,v 1.1 2007/12/02 18:12:48 tester Exp $

inherit autotools eutils

DESCRIPTION="French conjugation system"
HOMEPAGE="http://sarrazip.com/dev/verbiste.html"
SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"

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

IUSE="gnome gtk"

RDEPEND=">=dev-libs/libxml2-2.4.0
	gtk? ( >=x11-libs/gtk+-2.6 )
	gnome? ( >=gnome-base/gnome-panel-2.0
		>=gnome-base/libgnomeui-2.0 )"

DEPEND="${RDEPEND}"

#tests fails
RESTRICT=test

src_compile() {
	econf \
		$(use_with gtk gtk-app) \
		$(use_with gnome gnome-app) \
		$(use_with gnome gnome-applet) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make install DESTDIR="${D}" || die "can't install"
	dodoc AUTHORS ChangeLog HACKING LISEZMOI NEWS README THANKS TODO
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-02 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-02 18:12 [gentoo-commits] gentoo-x86 commit in app-dicts/verbiste: ChangeLog verbiste-0.1.16.ebuild verbiste-0.1.21.ebuild verbiste-0.1.14.ebuild Olivier Crete (tester)

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