public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/bitchx: bitchx-1.2.ebuild ChangeLog
@ 2013-01-02  0:26 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2013-01-02  0:26 UTC (permalink / raw
  To: gentoo-commits

jdhore      13/01/02 00:26:39

  Modified:             ChangeLog
  Added:                bitchx-1.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.71                 net-irc/bitchx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	21 Dec 2011 19:52:31 -0000	1.70
+++ ChangeLog	2 Jan 2013 00:26:39 -0000	1.71
@@ -1,6 +1,12 @@
 # ChangeLog for net-irc/bitchx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.70 2011/12/21 19:52:31 binki Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.71 2013/01/02 00:26:39 jdhore Exp $
+
+*bitchx-1.2 (02 Jan 2013)
+
+  02 Jan 2013; Jeff Horelick <jdhore@gentoo.org> +bitchx-1.2.ebuild,
+  +files/bitchx-1.2-build.patch:
+  Version bump
 
   21 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> bitchx-1.1-r4.ebuild:
   Update SRC_URI to point to tarball's new home.



1.1                  net-irc/bitchx/bitchx-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.1&content-type=text/plain

Index: bitchx-1.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.1 2013/01/02 00:26:39 jdhore Exp $

EAPI=4

inherit flag-o-matic eutils

MY_PN=BitchX
MY_P=${MY_PN}-${PV}-final
S=${WORKDIR}/${MY_PN}-${PV}
DESCRIPTION="An IRC Client"
HOMEPAGE="http://www.bitchx.ca/"
SRC_URI="http://bitchx.ca/${MY_P}.tar.gz"

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

DEPEND="sys-libs/ncurses
	ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i \
		-e "s/#undef LATIN1/#define LATIN1 ON/;" \
		include/config.h

	epatch ${FILESDIR}/${P}-build.patch
	# Do epatch_user since even BX-1.2 has A LOT of patches and A LOT
	# of behaviour controlled by manually editing config.h
	epatch_user
}

src_configure() {
	# Disable CDROM or else it will take over your CDROM drive
	local myconf="--disable-cdrom --disable-sound --without-gtk"

	econf \
		--with-plugins \
		$(use_with ssl) \
		$(use_enable ipv6) \
		${myconf}
}

src_compile() {
	replace-flags -O[3-9] -O2
	append-flags -fno-strict-aliasing

	emake
	emake -C contrib vh1
}

src_install () {
	einstall
	dobin contrib/vh1
	dosym BitchX /usr/bin/bitchx

	cd "${S}"
	dodoc bugs Changelog README* IPv6-support

	cd "${S}"/doc
	insinto /usr/include/X11/bitmaps
	doins BitchX.xpm
	dodoc *.txt */*.txt
	dohtml -r *

	cd "${S}"/dll
	docinto plugins
	dodoc nap/README.nap
	newdoc acro/README README.acro
	newdoc arcfour/README README.arcfour
	newdoc blowfish/README README.blowfish
	newdoc qbx/README README.qbx
}





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

* [gentoo-commits] gentoo-x86 commit in net-irc/bitchx: bitchx-1.2.ebuild ChangeLog
@ 2014-08-30  4:43 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 2+ messages in thread
From: Nathan Phillip Brink (binki) @ 2014-08-30  4:43 UTC (permalink / raw
  To: gentoo-commits

binki       14/08/30 04:43:10

  Modified:             bitchx-1.2.ebuild ChangeLog
  Log:
  Drop einstall() from bitchx-1.2 for bug #521438.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)

Revision  Changes    Path
1.4                  net-irc/bitchx/bitchx-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?r1=1.3&r2=1.4

Index: bitchx-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitchx-1.2.ebuild	28 Jan 2013 19:32:19 -0000	1.3
+++ bitchx-1.2.ebuild	30 Aug 2014 04:43:10 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.3 2013/01/28 19:32:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.4 2014/08/30 04:43:10 binki Exp $
 
 EAPI=4
 
@@ -58,20 +58,19 @@
 }
 
 src_install () {
-	einstall
+	emake DESTDIR="${D}" install
 	dobin contrib/vh1
 	dosym BitchX /usr/bin/bitchx
 
-	cd "${S}"
 	dodoc bugs Changelog README* IPv6-support
 
-	cd "${S}"/doc
+	cd "${S}"/doc || die
 	insinto /usr/include/X11/bitmaps
 	doins BitchX.xpm
 	dodoc *.txt */*.txt
 	dohtml -r *
 
-	cd "${S}"/dll
+	cd "${S}"/dll || die
 	docinto plugins
 	dodoc nap/README.nap
 	newdoc acro/README README.acro



1.74                 net-irc/bitchx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	28 Jan 2013 19:32:19 -0000	1.73
+++ ChangeLog	30 Aug 2014 04:43:10 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/bitchx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.73 2013/01/28 19:32:19 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.74 2014/08/30 04:43:10 binki Exp $
+
+  30 Aug 2014; Nathan Phillip Brink <binki@gentoo.org> bitchx-1.2.ebuild:
+  Drop einstall() from bitchx-1.2 for bug #521438.
 
   28 Jan 2013; Jeroen Roovers <jer@gentoo.org> bitchx-1.2.ebuild,
   files/bitchx-1.2-build.patch:





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

end of thread, other threads:[~2014-08-30  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-30  4:43 [gentoo-commits] gentoo-x86 commit in net-irc/bitchx: bitchx-1.2.ebuild ChangeLog Nathan Phillip Brink (binki)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02  0:26 Jeff Horelick (jdhore)

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