summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-01-11 16:20:58 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-01-11 16:20:58 +0000
commit7e625c29000efb40cf100c8e2c34f438957e3bff (patch)
tree8242dd17ba6555a18e05c4efd33a208baf9b3792 /dev-perl/SNMP_Session
parentMasking dev-vcs/git mediawiki (bug #497068) (diff)
downloadgentoo-2-7e625c29000efb40cf100c8e2c34f438957e3bff.tar.gz
gentoo-2-7e625c29000efb40cf100c8e2c34f438957e3bff.tar.bz2
gentoo-2-7e625c29000efb40cf100c8e2c34f438957e3bff.zip
alpha/ia64/ppc64/ppc/sparc stable wrt bug #495462; Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r--dev-perl/SNMP_Session/ChangeLog6
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild4
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild22
3 files changed, 7 insertions, 25 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog
index 2e50bea5904a..939d3b9b6dcf 100644
--- a/dev-perl/SNMP_Session/ChangeLog
+++ b/dev-perl/SNMP_Session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SNMP_Session
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.32 2014/01/03 09:20:29 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.33 2014/01/11 16:20:58 zlogene Exp $
+
+ 11 Jan 2014; <zlogene@gentoo.org> -SNMP_Session-1.13.ebuild,
+ SNMP_Session-1.13-r1.ebuild:
+ alpha/ia64/ppc64/ppc/sparc stable wrt bug #495462; Drop old
03 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> SNMP_Session-1.13-r1.ebuild:
Stable on arm, wrt bug #495462
diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild
index f3a130539696..782313b62a83 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-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/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild,v 1.4 2014/01/03 09:20:29 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild,v 1.5 2014/01/11 16:20:58 zlogene Exp $
EAPI=5
@@ -12,7 +12,7 @@ HOMEPAGE="http://code.google.com/p/snmp-session/"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris"
IUSE=""
src_install() {
diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild
deleted file mode 100644
index e6784d12ec22..000000000000
--- a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.11 2013/08/26 15:29:56 idella4 Exp $
-
-inherit perl-module
-
-DESCRIPTION="A SNMP Perl Module"
-SRC_URI="http://snmp-session.googlecode.com/files/${P}.tar.gz"
-HOMEPAGE="http://code.google.com/p/snmp-session/"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris"
-IUSE=""
-SRC_TEST="do"
-
-mydoc="README.SNMP_util"
-
-src_install() {
- perl-module_src_install
- dohtml *.html
-}