public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev (alonbl)" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/mcrypt: ChangeLog mcrypt-2.6.7.ebuild
Date: Sat, 10 Nov 2007 12:34:17 +0000	[thread overview]
Message-ID: <E1IqpXV-0007J5-1Z@stork.gentoo.org> (raw)

alonbl      07/11/10 12:34:17

  Modified:             ChangeLog
  Added:                mcrypt-2.6.7.ebuild
  Log:
  Version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.21                 app-crypt/mcrypt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/mcrypt/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/mcrypt/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/mcrypt/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	11 May 2007 19:52:12 -0000	1.20
+++ ChangeLog	10 Nov 2007 12:34:16 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/mcrypt
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.20 2007/05/11 19:52:12 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.21 2007/11/10 12:34:16 alonbl Exp $
+
+*mcrypt-2.6.7 (10 Nov 2007)
+
+  10 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org>
+  +files/mcrypt-2.6.7-qa.patch, +mcrypt-2.6.7.ebuild:
+  Version bump
 
   11 May 2007; Alon Bar-Lev <alonbl@gentoo.org>
   +files/mcrypt-2.6.5-build.patch, mcrypt-2.6.5.ebuild:



1.1                  app-crypt/mcrypt/mcrypt-2.6.7.ebuild

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

Index: mcrypt-2.6.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.7.ebuild,v 1.1 2007/11/10 12:34:16 alonbl Exp $

inherit eutils

DESCRIPTION="replacement of the old unix crypt(1)"
HOMEPAGE="http://mcrypt.sourceforge.net/"
SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"

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

DEPEND=">=dev-libs/libmcrypt-2.5.8
	>=app-crypt/mhash-0.9.9"

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

src_compile() {
	econf $(use_enable nls) || die "configure error"
	emake || die "make error"
}

src_install() {
	emake install DESTDIR="${D}" || die "install error"
	dodoc README NEWS AUTHORS THANKS TODO
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-10 12:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-10 12:34 Alon Bar-Lev (alonbl) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-29 12:42 [gentoo-commits] gentoo-x86 commit in app-crypt/mcrypt: ChangeLog mcrypt-2.6.7.ebuild Gysbert Wassenaar (nixnut)
2007-12-29 23:48 Markus Meier (maekke)
2007-12-31 15:20 Raul Porcel (armin76)
2008-01-02 15:39 Christoph Mende (angelos)

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=E1IqpXV-0007J5-1Z@stork.gentoo.org \
    --to=alonbl@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