diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xedit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xedit/Manifest | 14 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.1.2.ebuild | 21 |
3 files changed, 10 insertions, 30 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index c1f67725f0ef..4d8680703eda 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xedit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.22 2009/01/13 02:47:48 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.23 2009/01/14 13:49:06 remi Exp $ + + 14 Jan 2009; Rémi Cardona <remi@gentoo.org> xedit-1.1.2.ebuild: + remove xprint support (see bug #254874) *xedit-1.1.2 (13 Jan 2009) diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index af5dca651a8e..4c66557ed437 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST xedit-1.0.2.tar.bz2 455400 RMD160 09964b80b5bf129654ba1f088ca42154f67ead1f SHA1 d4299769d2d8876b67c1efe2e0618d659e8efc14 SHA256 2658d78bbaf8c9effac261f3c229c035fbfda817fa9636dea1e46078213362df DIST xedit-1.1.2.tar.bz2 484563 RMD160 3c3b28f3e73cbc934ed061621f684f4c7c0b30f3 SHA1 e2d9f49dd7e82959e0678c2417256cd59b06772f SHA256 a38823a8b7919e2efa689bc4c279e12314e45b41131c39ce9ca523e54f42fa1f EBUILD xedit-1.0.2.ebuild 759 RMD160 fb6f03439e062a10349e2874a3126ac88ac4e52c SHA1 6016b59e1d5453c8892498621a4092f04e5c289b SHA256 a9ce51d0938d22d47b73b8c902ed81568bb4885262be3ef9614b02447e24c712 -EBUILD xedit-1.1.2.ebuild 764 RMD160 7451de91f938b6ae70f3032d7ec6ebed684b01bb SHA1 c39f2299f03318a2a6bc1b7d72a9a967210a88bb SHA256 7000a3ad9e9d2f8ae4506b433652bf31b68fc235dd730411baadc8ed71f6844f -MISC ChangeLog 2907 RMD160 b116b90aa2fa748974cad9d5e213160a7dc33e39 SHA1 9f9052ca9fa0f75f0e1719323a894467ff0e4857 SHA256 9675a65c6852179b5cad3b7e27292f2d839d82b6e9251ccd5a9b7113e65359df +EBUILD xedit-1.1.2.ebuild 476 RMD160 8c3c5629d5bb0ae1577d793056bf49332bd0b9f6 SHA1 a7ef2c6dec38da6e1052638e409381066fa80ca0 SHA256 ba9bba7e70546e6df55e9d21d99cacf7ec0faeccc715368c4abd2b56dcacc1b5 +MISC ChangeLog 3012 RMD160 09338f0b7dbc8b9745f44a3485357bb43066429e SHA1 36b68dabc74ca3523e68a7d082e2649b5472a870 SHA256 d6781a08cc664a4f5751cff1ccd0e398fb969862c6edce7c7b05730f6b519e1d MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAklsANsACgkQXVaO67S1rttwHgCeJDQ2lAlIHNH4KTCcxASdfMc9 -BmgAmgLxhldm94zDJ3RDQRjnj4TEa6ud -=80LP ------END PGP SIGNATURE----- diff --git a/x11-apps/xedit/xedit-1.1.2.ebuild b/x11-apps/xedit/xedit-1.1.2.ebuild index 6c3999e902e2..56e468fa58be 100644 --- a/x11-apps/xedit/xedit-1.1.2.ebuild +++ b/x11-apps/xedit/xedit-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild,v 1.1 2009/01/13 02:47:48 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.1.2.ebuild,v 1.2 2009/01/14 13:49:06 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,21 +9,8 @@ inherit x-modular DESCRIPTION="simple text editor for X" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXprintUtil - x11-libs/libXaw - xprint? ( x11-libs/libXprintUtil )" +IUSE="" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} - -#src_compile() { -# x-modular_src_configure -# emake -j1 || die "emake failed" -#} +CONFIGURE_OPTIONS="--disable-xprint" |