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 | e43e1fc4c9fc5c527fbff1c3ff06dce992e110e3 (patch) | |
tree | e8197d3d8e3a5e36861912063a254d4959f2478f /gnustep-apps/mylibrary | |
parent | Marked ~ppc/~ppc64 for bug #181234. (diff) | |
download | gentoo-2-e43e1fc4c9fc5c527fbff1c3ff06dce992e110e3.tar.gz gentoo-2-e43e1fc4c9fc5c527fbff1c3ff06dce992e110e3.tar.bz2 gentoo-2-e43e1fc4c9fc5c527fbff1c3ff06dce992e110e3.zip |
Switch to new gnustep eclasses and gentoo mirrors
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-apps/mylibrary')
-rw-r--r-- | gnustep-apps/mylibrary/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r2 (renamed from gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1) | 0 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | 32 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g-r2.ebuild | 14 |
4 files changed, 21 insertions, 33 deletions
diff --git a/gnustep-apps/mylibrary/ChangeLog b/gnustep-apps/mylibrary/ChangeLog index 3eb2c4f524b8..a774fd6c6715 100644 --- a/gnustep-apps/mylibrary/ChangeLog +++ b/gnustep-apps/mylibrary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/mylibrary # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/ChangeLog,v 1.6 2007/08/18 15:21:28 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/ChangeLog,v 1.7 2007/09/10 19:14:32 voyageur Exp $ + +*mylibrary-0.4.5g-r2 (10 Sep 2007) + + 10 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> + -mylibrary-0.4.5g-r1.ebuild, +mylibrary-0.4.5g-r2.ebuild: + Switch to new gnustep eclasses and gentoo mirrors 18 Aug 2007; Christoph Mende <angelos@gentoo.org> mylibrary-0.4.5g-r1.ebuild: diff --git a/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 b/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r2 index ad401cddebcb..ad401cddebcb 100644 --- a/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 +++ b/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r2 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 -} diff --git a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r2.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r2.ebuild new file mode 100644 index 000000000000..4542f55cfaa2 --- /dev/null +++ b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r2.ebuild @@ -0,0 +1,14 @@ +# 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-r2.ebuild,v 1.1 2007/09/10 19:14:32 voyageur Exp $ + +inherit gnustep-2 + +S=${WORKDIR}/ML + +DESCRIPTION="a combination of wiki-style notes and file collection" +HOMEPAGE="http://www.people.virginia.edu/~yc2w/MyLibrary/" +SRC_URI="mirror://gentoo/${P/myl/MyL}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" |