commit:     909303dd981f046571df22f5638d2e390a478780
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 01:49:19 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 01:49:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909303dd

dev-ada/gps-bin: drop last-rited pkg

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ada/gps-bin/Manifest               |  1 -
 dev-ada/gps-bin/gps-bin-2016-r1.ebuild | 62 --------------------------------
 dev-ada/gps-bin/gps-bin-2016.ebuild    | 65 ----------------------------------
 dev-ada/gps-bin/metadata.xml           | 21 -----------
 profiles/package.mask                  |  5 ---
 5 files changed, 154 deletions(-)

diff --git a/dev-ada/gps-bin/Manifest b/dev-ada/gps-bin/Manifest
deleted file mode 100644
index 7def8be9a44..00000000000
--- a/dev-ada/gps-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnat-gpl-2016-x86_64-linux-bin.tar.gz 372813330 BLAKE2B 
a0374ad730ae275aaedcf5663c30f8e0221af32f14391fe87a3ce0630d4498a1e90671c02830d62f78857571a5a521af91f6db409a7b3c367c7b0f059571eefd
 SHA512 
5115ac3be0badc5125ee048a98230f18363d72107da3325ce602c0e618cee2e3646a0decc00a2388f14bc61bfed51dd0622f365f5f7ee8b0cec2187ebcf8e075

diff --git a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild 
b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
deleted file mode 100644
index e8bf0f90aee..00000000000
--- a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ADA_COMPAT=( gnat_2016 )
-inherit ada toolchain-funcs
-
-MY_P=gnat-gpl-2016-x86_64-linux-bin
-
-DESCRIPTION="The GNAT Programming Studio"
-HOMEPAGE="http://libre.adacore.com/tools/gps/";
-SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="${ADA_DEPS}"
-RDEPEND="${DEPEND}
-       dev-ada/gnatcoll[${ADA_USEDEP},iconv,postgres,projects,readline,sqlite]
-       dev-libs/atk
-       dev-libs/glib
-       dev-libs/gobject-introspection
-       dev-libs/libffi
-       media-libs/fontconfig
-       media-libs/freetype
-       sys-devel/llvm
-       sys-devel/clang
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       x11-libs/gtk+
-       x11-libs/pango
-       x11-themes/adwaita-icon-theme
-       x11-themes/hicolor-icon-theme"
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-       :
-}
-
-src_install() {
-       into /opt/${P}
-       dobin bin/gps_exe
-       dobin bin/gps_cli
-       insinto /opt/${P}/share
-       doins -r share/doc
-       doins -r share/examples
-       doins -r share/gpr
-       doins -r share/gprconfig
-       doins -r share/gps
-       doins -r share/themes
-       insinto /opt/${P}/lib/
-       doins -r lib/python2.7
-       dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
-       dosym ${GNATLS} /opt/${P}/bin/gnatls
-       dosym ${GNATMAKE} /opt/${P}/bin/gnatmake
-       dosym ${GNAT} /opt/${P}/bin/gnat
-       dosym ../../opt/${P}/bin/gps_exe /usr/bin/gps
-}

diff --git a/dev-ada/gps-bin/gps-bin-2016.ebuild 
b/dev-ada/gps-bin/gps-bin-2016.ebuild
deleted file mode 100644
index a3f6dbb5721..00000000000
--- a/dev-ada/gps-bin/gps-bin-2016.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-MY_P=gnat-gpl-2016-x86_64-linux-bin
-
-DESCRIPTION="The GNAT Programming Studio"
-HOMEPAGE="http://libre.adacore.com/tools/gps/";
-SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-       dev-ada/gnatcoll[gnat_2016,iconv,postgres,projects,readline,sqlite]
-       dev-libs/atk
-       dev-libs/glib
-       dev-libs/gobject-introspection
-       dev-libs/libffi
-       media-libs/fontconfig
-       media-libs/freetype
-       sys-devel/llvm
-       sys-devel/clang
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       x11-libs/gtk+
-       x11-libs/pango
-       x11-themes/adwaita-icon-theme
-       x11-themes/hicolor-icon-theme"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-       :
-}
-
-src_install() {
-       GCC_PV=4.9.4
-       GCC=gcc-${GCC_PV}
-       GNATLS=gnatls-${GCC_PV}
-       GNAT=gnatt-${GCC_PV}
-       GNATMAKE=gnatmake-${GCC_PV}
-       into /opt/${P}
-       dobin bin/gps_exe
-       dobin bin/gps_cli
-       insinto /opt/${P}/share
-       doins -r share/doc
-       doins -r share/examples
-       doins -r share/gpr
-       doins -r share/gprconfig
-       doins -r share/gps
-       doins -r share/themes
-       insinto /opt/${P}/lib/
-       doins -r lib/python2.7
-       dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
-       dosym ../../../usr/bin/${GNATLS} /opt/${P}/bin/gnatls
-       dosym ../../../usr/bin/${GNATMAKE} /opt/${P}/bin/gnatmake
-       dosym ../../../usr/bin/${GNAT} /opt/${P}/bin/gnat
-       dosym ../../opt/${P}/bin/gps_exe /usr/bin/gps
-}

diff --git a/dev-ada/gps-bin/metadata.xml b/dev-ada/gps-bin/metadata.xml
deleted file mode 100644
index 2768f4f2cde..00000000000
--- a/dev-ada/gps-bin/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-       </maintainer>
-       <longdescription lang="en">
-               GPS, the GNAT Programming Studio, is a cutting-edge Free 
Software IDE
-               that streamlines the interaction between developers and their 
software.
-               With its intuitive interface, GPS is easy to use, simplifying 
source
-               navigation and highlighting the fundamental ideas in the 
program.
-
-               By displaying core application structures, such as call graphs, 
program
-               entity graphs, and project dependencies, GPS facilitates the
-               development of systems. GPS helps construct reliable code while
-               providing the same interface and behavior across a variety of
-               platforms. Designed by programmers for programmers, GPS is a 
new kind
-               of IDE that offers the experience of designing software in a 
uniquely
-               comfortable environment.
-       </longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 6e591c91ae6..43313cfb5e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -447,11 +447,6 @@ media-gfx/exiftags
 app-admin/certmgr
 app-admin/ksonnet
 
-# Alfredo Tupone <[email protected]> (2019-11-03)
-# The binary for gps are included in dev-ada/gnat-suite-bin
-# Removal in 30 days.
-dev-ada/gps-bin
-
 # Michał Górny <[email protected]> (2019-10-20)
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.

Reply via email to