diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-10 19:14:33 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-10 19:14:33 +0000 |
commit | 127abd53f7e237dcd7abb31b39c690bf45dc2409 (patch) | |
tree | 6410dc85d6f58e9b6b3e3ffd812e266903982171 /gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | |
parent | Marked ~ppc/~ppc64 for bug #181234. (diff) | |
download | historical-127abd53f7e237dcd7abb31b39c690bf45dc2409.tar.gz historical-127abd53f7e237dcd7abb31b39c690bf45dc2409.tar.bz2 historical-127abd53f7e237dcd7abb31b39c690bf45dc2409.zip |
Switch to new gnustep eclasses and gentoo mirrors
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild')
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild deleted file mode 100644 index b168bbbea5b2..000000000000 --- a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild,v 1.4 2007/08/18 15:21:28 angelos Exp $ - -inherit gnustep - -S=${WORKDIR}/ML - -DESCRIPTION="MyLibrary is a combination of wiki-style notes and file collection." -HOMEPAGE="http://www.people.virginia.edu/~yc2w/MyLibrary/" -SRC_URI="http://www.people.virginia.edu/~yc2w/MyLibrary/${P/myl/MyL}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="doc" -DEPEND="${GS_DEPEND}" -RDEPEND="${GS_RDEPEND}" - -egnustep_install_domain "Local" - -src_install() { - egnustep_env - egnustep_install || die - if use doc - then - mkdir -p ${D}$(egnustep_install_domain)/Library/Documentation/User/MyLibrary - cp Documentation/*.png ${D}$(egnustep_install_domain)/Library/Documentation/User/MyLibrary - cp Documentation/*.html ${D}$(egnustep_install_domain)/Library/Documentation/User/MyLibrary - fi - egnustep_package_config -} |