+++ /dev/null
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gnat
-
-IUSE=""
-
-DESCRIPTION="Posix bindings for Ada"
-HOMEPAGE="http://libre2.adacore.com/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="virtual/ada"
-
-S="${WORKDIR}/${PN}"
-
-lib_compile()
-{
- einfo "nothing to do here"
-}
-
-# NOTE: we are using $1 - the passed gnat profile name
-lib_install()
-{
- einfo "nothing to do here"
-}
-
-src_install ()
-{
- # install sources
- dodir ${AdalibSpecsDir}/${PN}
- insinto ${AdalibSpecsDir}/${PN}
- doins src/*.ad?
-
- #set up environment
- #echo "PATH=%DL%/bin" > ${LibEnv}
- #echo "LDPATH=%DL%" >> ${LibEnv}
- #echo "ADA_OBJECTS_PATH=%DL%" >> ${LibEnv}
- echo "ADA_INCLUDE_PATH=/usr/include/ada/${PN}" > ${LibEnv}
-
- gnat_src_install
-
- dodoc src/{COPYING.TXT,README.txt}
- insinto /usr/share/doc/${PF}
- doins -r src/testdir/ www/charles_tutorial.pdf
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!--maintainer-needed-->
-<longdescription>Charles is a data structure library for Ada95, modelled principally on the C++ STL. It features both ordered (lists and arrays) and unordered (sets and maps) collections. In addition to lists and vectors, the Charles library has set, multi-set, map, and multi-map data structure types.</longdescription>
-</pkgmetadata>
# Therefore, it is being reduced to the minimal set of packages needed.
# Removal in 30 days. Bug #593398.
dev-ada/asis-gcc
-dev-ada/charles
# Michael Palimaka <kensington@gentoo.org> (22 Feb 2017)
# Doesn't work. Dead upstream. Unmaintained.