public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/ekg: ChangeLog ekg-1.8_rc1.ebuild
@ 2008-09-13 20:39 Michael Januszewski (spock)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Januszewski (spock) @ 2008-09-13 20:39 UTC (permalink / raw
  To: gentoo-commits

spock       08/09/13 20:39:01

  Modified:             ChangeLog
  Added:                ekg-1.8_rc1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)

Revision  Changes    Path
1.41                 net-im/ekg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	25 Mar 2008 17:54:09 -0000	1.40
+++ ChangeLog	13 Sep 2008 20:39:00 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ekg
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.40 2008/03/25 17:54:09 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.41 2008/09/13 20:39:00 spock Exp $
+
+*ekg-1.8_rc1 (13 Sep 2008)
+
+  13 Sep 2008; Michał Januszewski <spock@gentoo.org>
+  +files/ekg-1.8_rc1-gtkutil-button-decl.patch, +ekg-1.8_rc1.ebuild:
+  Version bump.
 
   25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
   -files/ekg-1.6-dragonfly.patch, -files/ekg-1.6_rc1-fpic.patch,



1.1                  net-im/ekg/ekg-1.8_rc1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ekg-1.8_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ekg-1.8_rc1.ebuild?rev=1.1&content-type=text/plain

Index: ekg-1.8_rc1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.8_rc1.ebuild,v 1.1 2008/09/13 20:39:00 spock Exp $

inherit eutils

IUSE="gif gtk jpeg ncurses python readline spell ssl threads zlib"

DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu"
HOMEPAGE="http://ekg.chmurka.net/"
SRC_URI="http://ekg.chmurka.net/${P/_/}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"

S="${WORKDIR}/${P/_/}"

RDEPEND="net-libs/libgadu
	ssl? ( >=dev-libs/openssl-0.9.6 )
	ncurses? ( sys-libs/ncurses )
	readline? ( sys-libs/readline )
	zlib? ( sys-libs/zlib )
	python? ( dev-lang/python )
	spell? ( >=app-text/aspell-0.50.3 )
	gif? ( media-libs/giflib )
	jpeg? ( media-libs/jpeg )
	gtk? ( >=x11-libs/gtk+-2.0 )"

DEPEND=">=sys-devel/automake-1.7
	>=sys-devel/autoconf-2.50
	${RDEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-gtkutil-button-decl.patch"
}

src_compile() {
	local myconf="--enable-ioctld --disable-static --enable-dynamic"
	if use ncurses; then
		myconf="$myconf --enable-force-ncurses"
	else
		myconf="$myconf --disable-ui-ncurses"
	fi
	use readline && myconf="$myconf --enable-ui-readline"

	econf ${myconf} \
		`use_with python` \
		`use_with threads pthread` \
		`use_with jpeg libjpeg` \
		`use_with gif libgif` \
		`use_with zlib` \
		`use_enable spell aspell` \
		`use_with ssl openssl` \
		`use_enable ssl openssl` \
		`use_enable gtk ui-gtk` \
	|| die
	emake || die
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc docs/{*.txt,ULOTKA,TODO,README,FAQ}
}






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

* [gentoo-commits] gentoo-x86 commit in net-im/ekg: ChangeLog ekg-1.8_rc1.ebuild
@ 2014-03-09  1:34 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-09  1:34 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/09 01:34:30

  Modified:             ChangeLog
  Removed:              ekg-1.8_rc1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.48                 net-im/ekg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	21 Mar 2011 17:04:44 -0000	1.47
+++ ChangeLog	9 Mar 2014 01:34:30 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/ekg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.47 2011/03/21 17:04:44 signals Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.48 2014/03/09 01:34:30 mrueg Exp $
+
+  09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -ekg-1.8_rc1.ebuild:
+  Cleanup old.
 
 *ekg-1.8_rc1-r1 (21 Mar 2011)
 





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

end of thread, other threads:[~2014-03-09  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09  1:34 [gentoo-commits] gentoo-x86 commit in net-im/ekg: ChangeLog ekg-1.8_rc1.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-13 20:39 Michael Januszewski (spock)

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