diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 20:40:45 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 20:40:45 +0000 |
commit | f392d884de88e145e40272ba5578c05e7507deb4 (patch) | |
tree | 72e749deae9bf21f50e8b74da8ac349f90eb80ea /dev-ada | |
parent | Remove old. (diff) | |
download | gentoo-2-f392d884de88e145e40272ba5578c05e7507deb4.tar.gz gentoo-2-f392d884de88e145e40272ba5578c05e7507deb4.tar.bz2 gentoo-2-f392d884de88e145e40272ba5578c05e7507deb4.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/florist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ada/florist/florist-2006.0.ebuild | 53 |
2 files changed, 5 insertions, 55 deletions
diff --git a/dev-ada/florist/ChangeLog b/dev-ada/florist/ChangeLog index d45bc2dfc4ca..c4f3e7d31357 100644 --- a/dev-ada/florist/ChangeLog +++ b/dev-ada/florist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/florist -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/ChangeLog,v 1.16 2008/01/23 22:22:31 george Exp $ +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/ChangeLog,v 1.17 2015/07/22 20:40:45 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -florist-2006.0.ebuild: + Remove old. *florist-2007.0 (23 Jan 2008) diff --git a/dev-ada/florist/florist-2006.0.ebuild b/dev-ada/florist/florist-2006.0.ebuild deleted file mode 100644 index 16e0a88b7722..000000000000 --- a/dev-ada/florist/florist-2006.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/florist-2006.0.ebuild,v 1.5 2008/01/23 22:22:31 george Exp $ - -inherit gnat libtool - -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" - -lib_compile() -{ - elibtoolize - econf || die "econf failed" - emake || die "make failed" - make floristlib || die "building library failed" - einfo "lib_compile completed" -} - -# NOTE: we are using $1 - the passed gnat profile name -lib_install() -{ - # install goal is just (access violating) mkdir and 2 cp's - # instead move stuff properly here - cp -rp ${SL}/floristlib/{libflorist.a,*.ali} ${DL} - chmod 0444 ${DL}/*.ali -} - -src_install () -{ - # install sources - dodir ${AdalibSpecsDir}/${PN} - insinto ${AdalibSpecsDir}/${PN} - doins -r *.ad{b,s} *.c *.gpb gnatsocks/ - - #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 README -} |