commit:     b49a8dc671aa12e6e1cc9a533b20a1e6f7717d00
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  1 18:18:56 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  1 18:18:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b49a8dc6

[cleanup] Glib-Object-Introspection: remove old versions

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 .../Glib-Object-Introspection-0.10.0.ebuild        | 47 ----------------------
 .../Glib-Object-Introspection-0.11.0.ebuild        | 45 ---------------------
 .../Glib-Object-Introspection-0.12.0.ebuild        | 43 --------------------
 .../Glib-Object-Introspection-0.14.0.ebuild        | 42 -------------------
 4 files changed, 177 deletions(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
deleted file mode 100644
index 7040704..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.010
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
-       echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # ExtUtils::PkgConfig 1 ( 1.0.0 )
-       echo \>=dev-perl/extutils-pkgconfig-1.0.0
-       # Glib 1.24 ( 1.240.0 )
-       echo \>=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # Glib 1.24 ( 1.240.0 )
-       echo \>=dev-perl/glib-perl-1.240.0
-}
-DEPEND="
-       $(extra_deps)
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(extra_deps)
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
deleted file mode 100644
index 13e7997..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
-       echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # ExtUtils::PkgConfig 1 ( 1.0.0 )
-       echo \>=dev-perl/extutils-pkgconfig-1.0.0
-       # Glib 1.24 ( 1.240.0 )
-       echo \>=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # Glib 1.24 ( 1.240.0 )
-       echo \>=dev-perl/glib-perl-1.240.0
-}
-DEPEND="
-       $(extra_deps)
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(extra_deps)
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
deleted file mode 100644
index d0999bb..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.012
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
-       echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # ExtUtils::PkgConfig 1 ( 1.0.0 )
-       echo \>=dev-perl/extutils-pkgconfig-1.0.0
-       # Glib 1.27 ( 1.270.0 )
-       echo \>=dev-perl/glib-perl-1.270.0
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-       # Glib 1.27 ( 1.270.0 )
-       echo \>=dev-perl/glib-perl-1.270.0
-}
-DEPEND="
-       $(extra_deps)
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(extra_deps)
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
deleted file mode 100644
index 4ec9eb7..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.14.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
-       echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-       # ExtUtils::Depends 0.3 ( 0.300.0 )
-       echo \>=dev-perl/extutils-depends-0.300.0
-       # ExtUtils::PkgConfig 1 ( 1.0.0 )
-       echo \>=dev-perl/extutils-pkgconfig-1.0.0
-       # Glib 1.28 ( 1.280.0 )
-       echo \>=dev-perl/glib-perl-1.280.0
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-       # Glib 1.28 ( 1.280.0 )
-       echo \>=dev-perl/glib-perl-1.280.0
-}
-DEPEND="
-       $(extra_deps)
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to