diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-21 12:07:27 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-21 12:07:27 +0000 |
commit | e67f0fb5a6ebd904ae5a1c9f5b9537023e732707 (patch) | |
tree | 12940b7834cd2aa45c2c72e3b5142736ef5a0006 /app-backup/amanda | |
parent | ...and bump revision to make sure people do not end up with a broken systems. (diff) | |
download | gentoo-2-e67f0fb5a6ebd904ae5a1c9f5b9537023e732707.tar.gz gentoo-2-e67f0fb5a6ebd904ae5a1c9f5b9537023e732707.tar.bz2 gentoo-2-e67f0fb5a6ebd904ae5a1c9f5b9537023e732707.zip |
Get rid of base_* functions, replace them by default ones, wrt bug #507224. Add dependency on dev-perl/XML-Simple for non-minimal builds, wrt bug #506372
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-backup/amanda')
-rw-r--r-- | app-backup/amanda/ChangeLog | 7 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.3-r1.ebuild | 7 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.3.ebuild | 7 |
3 files changed, 14 insertions, 7 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog index 8ac688d6f6da..b948348573df 100644 --- a/app-backup/amanda/ChangeLog +++ b/app-backup/amanda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-backup/amanda # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.110 2014/01/11 19:24:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.111 2014/05/21 12:07:27 pinkbyte Exp $ + + 21 May 2014; Sergey Popov <pinkbyte@gentoo.org> amanda-3.3.3.ebuild, + amanda-3.3.3-r1.ebuild: + Get rid of base_* functions, replace them by default ones, wrt bug #507224. + Add dependency on dev-perl/XML-Simple for non-minimal builds, wrt bug #506372 11 Jan 2014; Robin H. Johnson <robbat2@gentoo.org> amanda-3.3.3-r1.ebuild, amanda-3.3.3.ebuild: diff --git a/app-backup/amanda/amanda-3.3.3-r1.ebuild b/app-backup/amanda/amanda-3.3.3-r1.ebuild index 2e76573b0a60..b090487196ca 100644 --- a/app-backup/amanda/amanda-3.3.3-r1.ebuild +++ b/app-backup/amanda/amanda-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.6 2014/01/11 19:24:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.7 2014/05/21 12:07:27 pinkbyte Exp $ EAPI=5 inherit autotools eutils perl-module user systemd @@ -27,6 +27,7 @@ RDEPEND="sys-libs/readline readline? ( sys-libs/readline ) !systemd? ( virtual/inetd ) !minimal? ( + dev-perl/XML-Simple virtual/mailx app-arch/mt-st sys-block/mtx @@ -131,7 +132,7 @@ pkg_setup() { src_unpack() { # we do not want the perl src_unpack - base_src_unpack + default_src_unpack } src_prepare() { @@ -294,7 +295,7 @@ src_configure() { src_compile() { # Again, do not want the perl-module src_compile - base_src_compile + default_src_compile } src_install() { diff --git a/app-backup/amanda/amanda-3.3.3.ebuild b/app-backup/amanda/amanda-3.3.3.ebuild index 8c2b2e7b4e60..37d85f8fb918 100644 --- a/app-backup/amanda/amanda-3.3.3.ebuild +++ b/app-backup/amanda/amanda-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.9 2014/01/11 18:57:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.10 2014/05/21 12:07:27 pinkbyte Exp $ EAPI=5 inherit autotools eutils perl-module user systemd @@ -27,6 +27,7 @@ RDEPEND="sys-libs/readline readline? ( sys-libs/readline ) !systemd? ( virtual/inetd ) !minimal? ( + dev-perl/XML-Simple virtual/mailx app-arch/mt-st sys-block/mtx @@ -131,7 +132,7 @@ pkg_setup() { src_unpack() { # we do not want the perl src_unpack - base_src_unpack + default_src_unpack } src_prepare() { @@ -291,7 +292,7 @@ src_configure() { src_compile() { # Again, do not want the perl-module src_compile - base_src_compile + default_src_compile } src_install() { |