diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 11:22:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 11:22:30 +0000 |
commit | f5ba7988dc9ac2bc11c307079cad86ae957ef3c2 (patch) | |
tree | 23836f9f0fa056467ffbca2995a278b95fd64152 /dev-util/bless | |
parent | Use eapi5 and readme.gentoo.eclass (diff) | |
download | gentoo-2-f5ba7988dc9ac2bc11c307079cad86ae957ef3c2.tar.gz gentoo-2-f5ba7988dc9ac2bc11c307079cad86ae957ef3c2.tar.bz2 gentoo-2-f5ba7988dc9ac2bc11c307079cad86ae957ef3c2.zip |
Drop old version as it's one of the last eapi0 consumers of gnome2.eclass
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/bless')
-rw-r--r-- | dev-util/bless/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bless/bless-0.5.2.ebuild | 46 |
2 files changed, 5 insertions, 49 deletions
diff --git a/dev-util/bless/ChangeLog b/dev-util/bless/ChangeLog index f2f64ce5922e..8f50d1a58c4a 100644 --- a/dev-util/bless/ChangeLog +++ b/dev-util/bless/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bless -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.21 2012/05/04 17:51:45 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.22 2014/07/08 11:22:29 pacho Exp $ + + 08 Jul 2014; Pacho Ramos <pacho@gentoo.org> -bless-0.5.2.ebuild: + Drop old version as it's one of the last eapi0 consumers of gnome2.eclass 04 May 2012; Jeff Horelick <jdhore@gentoo.org> bless-0.5.2.ebuild, bless-0.6.0-r1.ebuild: @@ -97,4 +100,3 @@ 15 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org> +metadata.xml, +bless-0.4.0.ebuild: Initial import of bless - diff --git a/dev-util/bless/bless-0.5.2.ebuild b/dev-util/bless/bless-0.5.2.ebuild deleted file mode 100644 index d1e5a8af9371..000000000000 --- a/dev-util/bless/bless-0.5.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.6 2012/05/04 17:51:45 jdhore Exp $ - -inherit autotools eutils gnome2 mono - -DESCRIPTION="GTK# Hex Editor" -HOMEPAGE="http://home.gna.org/bless/" -SRC_URI="http://download.gna.org/bless/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-lang/mono-1.1.14 - >=dev-dotnet/gtk-sharp-2.8 - >=dev-dotnet/glade-sharp-2.8" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=sys-devel/gettext-0.15 - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" - -# See bug 278162 -# Waiting on nunit ebuild entering the tree -RESTRICT="test" - -pkg_setup() { - - G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug)" - - # Stolen from enlightenment.eclass - cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize" - sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" -} - -src_unpack() { - gnome2_src_unpack - epatch "${FILESDIR}/${P}-mono-2.patch" - - einfo "Running gettextize -f --no-changelog..." - ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize failed" - eautoreconf -} |