public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/email: ChangeLog email-3.0.5.ebuild email-2.5.1.ebuild
@ 2008-06-10 18:48 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; only message in thread
From: Tobias Scherbaum (dertobi123) @ 2008-06-10 18:48 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/06/10 18:48:17

  Modified:             ChangeLog
  Added:                email-3.0.5.ebuild
  Removed:              email-2.5.1.ebuild
  Log:
  Version bump (#225445)
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.23                 net-mail/email/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/email/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/email/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/email/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 May 2008 07:14:05 -0000	1.22
+++ ChangeLog	10 Jun 2008 18:48:17 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/email
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.22 2008/05/30 07:14:05 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.23 2008/06/10 18:48:17 dertobi123 Exp $
+
+*email-3.0.5 (10 Jun 2008)
+
+  10 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> -email-2.5.1.ebuild,
+  +email-3.0.5.ebuild:
+  Version bump (#225445)
 
   30 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986).



1.1                  net-mail/email/email-3.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/email/email-3.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/email/email-3.0.5.ebuild?rev=1.1&content-type=text/plain

Index: email-3.0.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.1 2008/06/10 18:48:17 dertobi123 Exp $

DESCRIPTION="Advanced CLI tool for sending email."
HOMEPAGE="http://www.cleancode.org/projects/email"
SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""

DEPEND="virtual/libc"

src_compile() {
	local myconf=""

	if [ -f /etc/conf.d/clock ]; then
		. /etc/conf.d/clock
		if [ x$CLOCK = "xUTC" ]; then
			elog "Using UTC timestamps (from /etc/conf.d/clock)"
			myconf="${myconf} --with-utc"
		fi
	fi

	sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
	sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf

	econf ${myconf} || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	doman email.1
	dodoc INSTALL quoted-printable.rfc RFC821 TODO
	make DESTDIR=${D} install || die "install failed"
}

pkg_preinst() {
	rm ${D}/usr/share/doc/${P}/email.1
}

pkg_postinst() {
	echo
	elog "Do not forget to edit /etc/email/email.conf file before using email."
	echo
}



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



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

only message in thread, other threads:[~2008-06-10 18:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10 18:48 [gentoo-commits] gentoo-x86 commit in net-mail/email: ChangeLog email-3.0.5.ebuild email-2.5.1.ebuild Tobias Scherbaum (dertobi123)

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