From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IiyU7-0001kU-6o for garchives@archives.gentoo.org; Fri, 19 Oct 2007 20:30:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9JKJhfl022795; Fri, 19 Oct 2007 20:19:43 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9JKJgjD022754 for ; Fri, 19 Oct 2007 20:19:42 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 8E6B665426 for ; Fri, 19 Oct 2007 20:19:41 +0000 (UTC) Received: from ian by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Iixqh-0002eo-Ey for gentoo-commits@lists.gentoo.org; Fri, 19 Oct 2007 19:49:35 +0000 From: "Christian Hartmann (ian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MIME-Types: ChangeLog MIME-Types-1.21.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog MIME-Types-1.21.ebuild X-VCS-Directories: dev-perl/MIME-Types X-VCS-Committer: ian X-VCS-Committer-Name: Christian Hartmann Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Christian Hartmann Date: Fri, 19 Oct 2007 19:49:35 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: d20b89fd-cf92-4ac7-a60d-d0f85bf4a107 X-Archives-Hash: efe1cb39cbf4d28f993a2f8771a59bc0 ian 07/10/19 19:49:35 Modified: ChangeLog Added: MIME-Types-1.21.ebuild Log: Version bump (Portage version: 2.1.3.9) Revision Changes Path 1.37 dev-perl/MIME-Types/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MIME-Types/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MIME-Types/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MIME-Types/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 9 Aug 2007 14:58:04 -0000 1.36 +++ ChangeLog 19 Oct 2007 19:49:34 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MIME-Types # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.36 2007/08/09 14:58:04 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.37 2007/10/19 19:49:34 ian Exp $ + +*MIME-Types-1.21 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann +MIME-Types-1.21.ebuild: + Version bump 09 Aug 2007; Tobias Scherbaum MIME-Types-1.20.ebuild: 1.1 dev-perl/MIME-Types/MIME-Types-1.21.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.21.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.21.ebuild?rev=1.1&content-type=text/plain Index: MIME-Types-1.21.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.21.ebuild,v 1.1 2007/10/19 19:49:34 ian Exp $ inherit perl-module DESCRIPTION="Definition of MIME types" SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~markov/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" DEPEND="dev-lang/perl" -- gentoo-commits@gentoo.org mailing list