diff options
author | George Shapovalov <george@gentoo.org> | 2008-01-23 22:11:10 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-01-23 22:11:10 +0000 |
commit | 9c20bdfbd823f9c752100938dfcf2a7d577491af (patch) | |
tree | 73dbc3346fc21c75c91c5407058fda430dc33e9d /dev-ada/florist | |
parent | x86/amd64 stable, bug 207225 (diff) | |
download | historical-9c20bdfbd823f9c752100938dfcf2a7d577491af.tar.gz historical-9c20bdfbd823f9c752100938dfcf2a7d577491af.tar.bz2 historical-9c20bdfbd823f9c752100938dfcf2a7d577491af.zip |
adjusted DEPEND (virtual/gnat -> virtual/ada), fixed minor sins (quotes, etc)
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-ada/florist')
-rw-r--r-- | dev-ada/florist/Manifest | 8 | ||||
-rw-r--r-- | dev-ada/florist/florist-2006.0.ebuild | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-ada/florist/Manifest b/dev-ada/florist/Manifest index c8d029f8e186..63c955fc1c38 100644 --- a/dev-ada/florist/Manifest +++ b/dev-ada/florist/Manifest @@ -1,8 +1,8 @@ DIST florist-2006.0.tar.bz2 177530 RMD160 ee8956074a7ec04e69d24447551f6ae5a8e3285a SHA1 31902a09c43f6f7c28b4520779c7f994986e93bf SHA256 ed379c0e1f5d57342dfb199b014ec5ce41cc81d109951de00f8ea2757e433d10 -EBUILD florist-2006.0.ebuild 1245 RMD160 17aef5637d6bd45f4b1b27e059d47d677c5b2244 SHA1 3d4de68afc3d99ad1d6b93ff35ccb17f199e1c45 SHA256 a4111085b822b8643408fe182a307b71a0b5f57b111e1079b90eff312fbe4a67 -MD5 1fecb1dc5f5460a5368be86632a8ff4b florist-2006.0.ebuild 1245 -RMD160 17aef5637d6bd45f4b1b27e059d47d677c5b2244 florist-2006.0.ebuild 1245 -SHA256 a4111085b822b8643408fe182a307b71a0b5f57b111e1079b90eff312fbe4a67 florist-2006.0.ebuild 1245 +EBUILD florist-2006.0.ebuild 1225 RMD160 561c5ce3d7bced852e88c834b8448193d2a9049f SHA1 59a52cbeb70aefc2b471a8f384afc86308fe18d0 SHA256 143cf94f20f5e971da81f63fb54db0105ecf7c154eb3c16ff5eb15f889c0896e +MD5 7e394533792749e15c6459b51b82c68f florist-2006.0.ebuild 1225 +RMD160 561c5ce3d7bced852e88c834b8448193d2a9049f florist-2006.0.ebuild 1225 +SHA256 143cf94f20f5e971da81f63fb54db0105ecf7c154eb3c16ff5eb15f889c0896e florist-2006.0.ebuild 1225 MISC ChangeLog 1780 RMD160 12f9d059c0dc8c6501ced252b595030be5e36281 SHA1 53ef1bfb35b9eeba6c320f8c15dbf9f640d83188 SHA256 0c7cf928e3fa514ac93d79b678cc0597a4760a514f27fb6f3aab21238acb0f7b MD5 d92bcbf820cabac00de33d6e45c3afff ChangeLog 1780 RMD160 12f9d059c0dc8c6501ced252b595030be5e36281 ChangeLog 1780 diff --git a/dev-ada/florist/florist-2006.0.ebuild b/dev-ada/florist/florist-2006.0.ebuild index 61184c32be6a..03f1a479f515 100644 --- a/dev-ada/florist/florist-2006.0.ebuild +++ b/dev-ada/florist/florist-2006.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.3 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/florist-2006.0.ebuild,v 1.4 2008/01/23 22:11:10 george Exp $ inherit gnat libtool @@ -36,7 +36,6 @@ lib_install() src_install () { - cd ${S} # install sources dodir ${AdalibSpecsDir}/${PN} insinto ${AdalibSpecsDir}/${PN} @@ -50,5 +49,5 @@ src_install () gnat_src_install - dodoc COPYING README + dodoc README } |