diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:58:52 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:58:52 +0000 |
commit | fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb (patch) | |
tree | e56e616ca0095daeae83ffe646d2fe8ef81dbcd5 /gnustep-apps/mylibrary | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.tar.gz gentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.tar.bz2 gentoo-2-fb5e8c3d5b6c3e5c20f84906c2690bfc5d7cf9cb.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-apps/mylibrary')
-rw-r--r-- | gnustep-apps/mylibrary/ChangeLog | 12 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/Manifest | 6 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 | 1 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | 33 | ||||
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild | 8 |
5 files changed, 53 insertions, 7 deletions
diff --git a/gnustep-apps/mylibrary/ChangeLog b/gnustep-apps/mylibrary/ChangeLog index 489da48feca2..0ab784b6576f 100644 --- a/gnustep-apps/mylibrary/ChangeLog +++ b/gnustep-apps/mylibrary/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for gnustep-apps/mylibrary # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/ChangeLog,v 1.2 2004/10/17 09:55:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/ChangeLog,v 1.3 2004/11/12 03:54:39 fafhrd Exp $ + +*mylibrary-0.4.5g-r1 (11 Nov 2004) + + 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> + +mylibrary-0.4.5g-r1.ebuild, mylibrary-0.4.5g.ebuild: + Mass Update: gnustep.eclass revamped to allow configurable root install; + gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions + bumped where files would change); some KEYWORDS were accidentally dropped + between version bumps of packages -- this has been resolved; windowmaker + correctly supports gnustep now 17 Oct 2004; David Holm <dholm@gentoo.org> mylibrary-0.4.5g.ebuild: Added to ~ppc. diff --git a/gnustep-apps/mylibrary/Manifest b/gnustep-apps/mylibrary/Manifest index a94c28e95140..2e3500dfa1d5 100644 --- a/gnustep-apps/mylibrary/Manifest +++ b/gnustep-apps/mylibrary/Manifest @@ -1,4 +1,6 @@ -MD5 1e22ddcf4e34e5dcfdc693456f5e12f5 ChangeLog 465 +MD5 c0c94847e94ac80c95a11ee357540e19 mylibrary-0.4.5g-r1.ebuild 890 +MD5 6df8c04b5cd93dede90b51b95ea29d9e mylibrary-0.4.5g.ebuild 961 +MD5 32c47075493ffa6c912b2e4e2cb00fd7 ChangeLog 948 MD5 736733135b93a9e519c669cffc25096a metadata.xml 557 -MD5 00c1d238721c6e8ff213c57902e9e5e2 mylibrary-0.4.5g.ebuild 952 MD5 69e7780507872ff90ffae36a37ec8d6f files/digest-mylibrary-0.4.5g 68 +MD5 69e7780507872ff90ffae36a37ec8d6f files/digest-mylibrary-0.4.5g-r1 68 diff --git a/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 b/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 new file mode 100644 index 000000000000..9267f763fb1e --- /dev/null +++ b/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g-r1 @@ -0,0 +1 @@ +MD5 9579546c7b5fe798650a7d8923316402 MyLibrary-0.4.5g.tar.gz 195839 diff --git a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild new file mode 100644 index 000000000000..d687d9f57f15 --- /dev/null +++ b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 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.1 2004/11/12 03:54:39 fafhrd 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="~x86 ~ppc" + +IUSE="${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.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild index 88e3bc2cb57f..3a0f691f1c55 100644 --- a/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild +++ b/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.2 2004/10/17 09:55:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild,v 1.3 2004/11/12 03:54:39 fafhrd Exp $ inherit gnustep @@ -22,9 +22,9 @@ src_install() { egnustep_install || die if use doc then - mkdir -p ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/User/MyLibrary - cp Documentation/*.png ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/User/MyLibrary - cp Documentation/*.html ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/User/MyLibrary + mkdir -p ${D}$(egnustep_prefix)/System/Library/Documentation/User/MyLibrary + cp Documentation/*.png ${D}$(egnustep_prefix)/System/Library/Documentation/User/MyLibrary + cp Documentation/*.html ${D}$(egnustep_prefix)/System/Library/Documentation/User/MyLibrary fi egnustep_package_config } |