diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:45:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 17:45:00 +0000 |
commit | bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3 (patch) | |
tree | df7f2503d9f5b26806e4090f9dc565429498c51c /dev-perl/Devel-SmallProf | |
parent | Cleanup. (diff) | |
download | historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.tar.gz historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.tar.bz2 historical-bcdfbc2af41df7439a0cc279c36410dc4ba1e4d3.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Devel-SmallProf')
-rw-r--r-- | dev-perl/Devel-SmallProf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Devel-SmallProf/ChangeLog b/dev-perl/Devel-SmallProf/ChangeLog index b30e79a7fd78..da4a7e94325b 100644 --- a/dev-perl/Devel-SmallProf/ChangeLog +++ b/dev-perl/Devel-SmallProf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Devel-SmallProf -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog,v 1.5 2006/10/20 22:04:17 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog,v 1.6 2007/01/15 17:26:17 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Devel-SmallProf-1.15.ebuild: + Ebuild maintenance 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> Devel-SmallProf-1.15.ebuild: diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild b/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild index 4ac639d42de7..fcb588461aa6 100644 --- a/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild +++ b/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild,v 1.5 2006/10/20 22:04:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/Devel-SmallProf-1.15.ebuild,v 1.6 2007/01/15 17:26:17 mcummings Exp $ inherit perl-module DESCRIPTION="per-line Perl profiler" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" +HOMEPAGE="http://search.cpan.org/~salva/" SRC_URI="mirror://cpan/authors/id/S/SA/SALVA/${P}.tar.gz" LICENSE="Artistic" @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |