diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:12:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:12:10 +0000 |
commit | 98bf501a09ef0a8d4b335876f7707ff2fd82a85e (patch) | |
tree | 82ffd6a4de55c1e2171316e0152750e4735ed085 /app-misc/gnutu | |
parent | Remove old (diff) | |
download | gentoo-2-98bf501a09ef0a8d4b335876f7707ff2fd82a85e.tar.gz gentoo-2-98bf501a09ef0a8d4b335876f7707ff2fd82a85e.tar.bz2 gentoo-2-98bf501a09ef0a8d4b335876f7707ff2fd82a85e.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnutu')
-rw-r--r-- | app-misc/gnutu/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/gnutu/gnutu-2.0.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/app-misc/gnutu/ChangeLog b/app-misc/gnutu/ChangeLog index 4ab148621e86..77c222c7d58d 100644 --- a/app-misc/gnutu/ChangeLog +++ b/app-misc/gnutu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gnutu -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/ChangeLog,v 1.6 2009/01/08 18:38:44 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/ChangeLog,v 1.7 2012/05/10 15:12:10 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -gnutu-2.0.ebuild: + Remove old *gnutu-2.5 (08 Jan 2009) diff --git a/app-misc/gnutu/gnutu-2.0.ebuild b/app-misc/gnutu/gnutu-2.0.ebuild deleted file mode 100644 index 238de64571f3..000000000000 --- a/app-misc/gnutu/gnutu-2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild,v 1.3 2010/01/01 18:21:13 ssuominen Exp $ - -inherit mono eutils - -DESCRIPTION="GNU Student's Timetable for polish users" -HOMEPAGE="http://www.gnutu.org/" -SRC_URI="http://www.gnutu.org/download/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lang/mono - >=dev-dotnet/gtk-sharp-1.9.5 - >=dev-dotnet/glade-sharp-1.9.5" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-event.patch - - # lmao :/ - rm "${S}"/pixmaps/Makefile.am~ -} - -src_install() { - make install DESTDIR="${D}" || die -} |