summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2007-06-11 15:53:32 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2007-06-11 15:53:32 +0000
commitaeb7bce7761cd76d711104c416df7b4f271e7e46 (patch)
tree45508b281de3ae0045691c8a5186c273194b9e81 /gnustep-apps
parentRemove old ebuild (diff)
downloadgentoo-2-aeb7bce7761cd76d711104c416df7b4f271e7e46.tar.gz
gentoo-2-aeb7bce7761cd76d711104c416df7b4f271e7e46.tar.bz2
gentoo-2-aeb7bce7761cd76d711104c416df7b4f271e7e46.zip
Remove old ebuild
(Portage version: 2.1.2.9)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/mylibrary/ChangeLog6
-rw-r--r--gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g3
-rw-r--r--gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild31
3 files changed, 5 insertions, 35 deletions
diff --git a/gnustep-apps/mylibrary/ChangeLog b/gnustep-apps/mylibrary/ChangeLog
index 5333ce03a07b..6417d16cd69e 100644
--- a/gnustep-apps/mylibrary/ChangeLog
+++ b/gnustep-apps/mylibrary/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2007/02/09 07:48:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/ChangeLog,v 1.5 2007/06/11 15:53:32 voyageur Exp $
+
+ 11 Jun 2007; Bernard Cafarelli <voyageur@gentoo.org>
+ -mylibrary-0.4.5g.ebuild:
+ Remove old ebuild
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g b/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g
deleted file mode 100644
index ad401cddebcb..000000000000
--- a/gnustep-apps/mylibrary/files/digest-mylibrary-0.4.5g
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9579546c7b5fe798650a7d8923316402 MyLibrary-0.4.5g.tar.gz 195839
-RMD160 a08720c42a49ce5d600a70968975c1cc717d4966 MyLibrary-0.4.5g.tar.gz 195839
-SHA256 b87ef8edb28065f71c62770121dd94eddcb88f59636f2ed1d7202f1f6138c8a8 MyLibrary-0.4.5g.tar.gz 195839
diff --git a/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild
deleted file mode 100644
index 6aa973a51316..000000000000
--- a/gnustep-apps/mylibrary/mylibrary-0.4.5g.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.4 2005/07/16 15:42:41 swegener 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="doc"
-DEPEND="${GS_DEPEND}"
-RDEPEND="${GS_RDEPEND}"
-
-src_install() {
- egnustep_env
- egnustep_install || die
- if use doc
- then
- 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
-}
-