diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:57:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:59:16 +0100 |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /dev-ada | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/cbind/Manifest | 1 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.0.1.ebuild | 28 | ||||
-rw-r--r-- | dev-ada/cbind/metadata.xml | 9 | ||||
-rw-r--r-- | dev-ada/glade/Manifest | 1 | ||||
-rw-r--r-- | dev-ada/glade/glade-2006.0.ebuild | 96 | ||||
-rw-r--r-- | dev-ada/glade/metadata.xml | 8 |
6 files changed, 0 insertions, 143 deletions
diff --git a/dev-ada/cbind/Manifest b/dev-ada/cbind/Manifest deleted file mode 100644 index d5289132ae64..000000000000 --- a/dev-ada/cbind/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cbind-6.0.1.tar.bz2 69865 SHA256 dd602e065e1c925995c1b5bdaaef338f94053bfd4391f18527ce96e8ca521689 SHA512 160535ac298ad5e2873cc3de5455a25750dba6df9c7a56a28474a02985b8f7ffdab0039392586e742b0fea1e4e8dcddef2e674205b0b408459b768a0dc1a5b05 WHIRLPOOL 3b8f59643990c8d30f70cfabd83937d28ec0a6f9bdf0274e1cb007cac8433d6534107a658c296f7bb14c07d7a04ebd62f56c0bbe1e421b2815f68a733d382476 diff --git a/dev-ada/cbind/cbind-6.0.1.ebuild b/dev-ada/cbind/cbind-6.0.1.ebuild deleted file mode 100644 index 459d0d044526..000000000000 --- a/dev-ada/cbind/cbind-6.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# !NOTE! -# this is a utility, no libs generated, no reason to do the gnat.eclass dance -# so, "inherit gnat" should not appear here! - -DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C" -SRC_URI="https://dev.gentoo.org/~george/src/${P}.tar.bz2" -HOMEPAGE="http://www.rational.com/" -LICENSE="GMGPL" - -DEPEND="virtual/ada" -RDEPEND="${DEPEND}" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -src_compile() { - MAKEOPTS="${MAKEOPTS} -j1" emake || die -} - -src_install () { - make PREFIX="${D}"/usr/ install || die - dodoc README DOCS -} diff --git a/dev-ada/cbind/metadata.xml b/dev-ada/cbind/metadata.xml deleted file mode 100644 index 35067a30205f..000000000000 --- a/dev-ada/cbind/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>ada@gentoo.org</email> - <name>Gentoo Resources for Ada</name> -</maintainer> -<longdescription>This tool is designed to AID in the creation of Ada bindings to C. Bindings generated by this translator will be generally not be complete. This tool MAY/MAY NOT be useful as an AID to generating bindings. Hopefully it can do a lot of the grunt work for you.</longdescription> -</pkgmetadata> diff --git a/dev-ada/glade/Manifest b/dev-ada/glade/Manifest deleted file mode 100644 index ec9dd6570ade..000000000000 --- a/dev-ada/glade/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glade-2006.0.tar.bz2 393969 SHA256 0a0ef4b7aeb426b4b298b38fcdb9d7236b56a9c5aa6d16c24745450587b6ef85 SHA512 eb35f0ea13b415cf5a17d0b175bf395079d90640a69d9d3ace30df5feaa19618f2cb2dfbd70c1da9dd420c34717e015cec632675772a11faeb8aaf14644eab40 WHIRLPOOL ff141503f9f9199d128811aaaf168c6e82b5a1f3bd3c3e44e79d8be7aa65f838de4d942a2a1b57deb9fa438fd24ed02420ea8c03fe5f7881742b4d71881050ff diff --git a/dev-ada/glade/glade-2006.0.ebuild b/dev-ada/glade/glade-2006.0.ebuild deleted file mode 100644 index c59d856c7291..000000000000 --- a/dev-ada/glade/glade-2006.0.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit gnat - -IUSE="" - -DESCRIPTION="An implementation of the Distributed Systems Annex for the GNAT compiler" -HOMEPAGE="http://libre2.adacore.com/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -DEPEND="=virtual/ada-1995*" -RDEPEND="${DEPEND}" - -# temporary install pool -DN="${WORKDIR}/LocalD" - -src_unpack() { - unpack ${A} - - cd "${S}" - # configure performs some stupid check and in a wrong way, we will surely - # have a modern enough gnat - sed -i -e "s:-le \"\$am_gnatls_date\":-le \"20040909\":" configure -} - -lib_compile() -{ - econf --with-optimization="${CFLAGS}" || die "econf failed" - emake || die "make failed" - einfo "lib_compile completed" -} - -# NOTE: we are using $1 - the passed gnat profile name -lib_install() -{ - # This package expands the libs and sources provided by compiler. Therefore - # we install in yet another local location, to bypass gnat's automation. - # The compiler specific stuf is then moved to ${D} directly. Not ideal, as - # this hook is called from within src_compile, but alternatives are more - # complex. The next version should probably be done mirroring the asis-xxx. - make prefix="${DN}" \ - bindir="${DN}"/$(get_gnat_value PATH) \ - install || die "make install failed" - # - # Makefile does not seem to accept much more than bindir, so the rest we - # will move manually - local Gnat_Libdir=$(get_gnat_value ADA_OBJECTS_PATH) - local Gnat_Incdir=$(get_gnat_value ADA_INCLUDE_PATH) - mkdir -p "${DN}/${Gnat_Libdir}" - mv "${DN}/lib/garlic"/*.ali "${DN}/lib/garlic"/libgarlic.a "${DN}/${Gnat_Libdir}" - - mkdir -p "${DN}/${Gnat_Incdir}" - mv "${DN}/lib/garlic"/*.ad? "${DN}/${Gnat_Incdir}" - rm -rf "${DN}/lib" - - # remove files already provided by compiler - pushd "${DN}" - for fn in "${Gnat_Libdir:1}"/*.ali "${Gnat_Incdir:1}"/*.ad?; do - # Gnat_Lib/Incdir are global, need to remove leading / - if [[ -e /${fn} ]]; then - rm -f ${fn} - fi - done - popd -} - -src_install () -{ - # library is installed into the corresponding gnat, no extra env setting - # necessary - echo "" > ${LibEnv} - - gnat_src_install - - # clean empty dirs - rm -rf "${D}"/usr/share/gnat/ "${D}"/usr/lib/ada/ - - # move prepared stuff over - cp -rp "${DN}"/* "${D}" - dodoc README NEWS - insinto /usr/share/doc/${PF} - doins -r Examples/ -} - -pkg_postinst() { - echo - elog "GLADE has been installed at the gnat compiler location, expanding System Library." - elog "No further configuration is necessary. Enjoy." - echo -} diff --git a/dev-ada/glade/metadata.xml b/dev-ada/glade/metadata.xml deleted file mode 100644 index 77ace2012be0..000000000000 --- a/dev-ada/glade/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>ada@gentoo.org</email> - <name>Gentoo Resources for Ada</name> -</maintainer> -</pkgmetadata> |