diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:10:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:10:12 +0000 |
commit | 21b679bd64f47f93fe2e035c80cf85fac3183651 (patch) | |
tree | 452750b0fa060467f82b939e609f262c3963903c /app-misc/beancounter | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | historical-21b679bd64f47f93fe2e035c80cf85fac3183651.tar.gz historical-21b679bd64f47f93fe2e035c80cf85fac3183651.tar.bz2 historical-21b679bd64f47f93fe2e035c80cf85fac3183651.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-misc/beancounter')
-rw-r--r-- | app-misc/beancounter/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/beancounter/beancounter-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/beancounter/ChangeLog b/app-misc/beancounter/ChangeLog index e15591885e83..da8298604241 100644 --- a/app-misc/beancounter/ChangeLog +++ b/app-misc/beancounter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/beancounter # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.4 2005/07/21 17:16:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.5 2005/11/28 12:09:58 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> beancounter-0.8.1.ebuild: + Switched from perl-module to perl-app eclass 21 Jul 2005; David Holm <dholm@gentoo.org> beancounter-0.8.1.ebuild: Added to ~ppc. diff --git a/app-misc/beancounter/beancounter-0.8.1.ebuild b/app-misc/beancounter/beancounter-0.8.1.ebuild index 57d80e4cde1e..ea795c989427 100644 --- a/app-misc/beancounter/beancounter-0.8.1.ebuild +++ b/app-misc/beancounter/beancounter-0.8.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.1.ebuild,v 1.4 2005/07/21 17:16:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.1.ebuild,v 1.5 2005/11/28 12:09:58 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="Finance performance calculation engine with full data acquisition and SQL backend support" HOMEPAGE="http://dirk.eddelbuettel.com/code/beancounter.html" |