public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/
Date: Sat, 29 Aug 2020 11:44:52 +0000 (UTC)	[thread overview]
Message-ID: <1598701419.47c92843ec20f1d9a5ae011c47770d49b0c3d7dd.ulm@gentoo> (raw)

commit:     47c92843ec20f1d9a5ae011c47770d49b0c3d7dd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 16:31:39 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 11:43:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c92843

app-editors/jasspa-microemacs: Migrate from X to gui USE flag.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../jasspa-microemacs-20091011-r3.ebuild                 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
index e41568ee365..c04a8195963 100644
--- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
+++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild
@@ -17,10 +17,10 @@ SRC_URI="http://www.jasspa.com/release_20090909/jasspa-mesrc-${PV}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="nanoemacs X xpm"
+IUSE="gui nanoemacs xpm"
 
 RDEPEND="sys-libs/ncurses:0=
-	X? (
+	gui? (
 		x11-libs/libX11
 		xpm? ( x11-libs/libXpm )
 	)
@@ -28,7 +28,7 @@ RDEPEND="sys-libs/ncurses:0=
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	X? (
+	gui? (
 		x11-base/xorg-proto
 		x11-libs/libXt
 	)"
@@ -62,7 +62,7 @@ src_compile() {
 	local pkgdatadir="${EPREFIX}/usr/share/jasspa"
 	local me="" type=c
 	use nanoemacs && me="-ne"
-	use X && type=cw
+	use gui && type=cw
 	use xpm || export XPM_INCLUDE=.		# prevent Xpm autodetection
 
 	cd src || die
@@ -77,23 +77,23 @@ src_compile() {
 src_install() {
 	local me=me type=c
 	use nanoemacs && me=ne
-	use X && type=cw
+	use gui && type=cw
 	newbin src/${me}${type} ${me}
 
 	if ! use nanoemacs; then
 		keepdir /usr/share/jasspa/site
 		insinto /usr/share
 		doins -r "${WORKDIR}"/jasspa
-		use X && domenu "${FILESDIR}"/${PN}.desktop
+		use gui && domenu "${FILESDIR}"/${PN}.desktop
 	fi
 
 	dodoc faq.txt readme.txt change.log
 }
 
 pkg_postinst() {
-	use X && xdg_desktop_database_update
+	use gui && xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	use X && xdg_desktop_database_update
+	use gui && xdg_desktop_database_update
 }


             reply	other threads:[~2020-08-29 11:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 11:44 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-29 13:31 [gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/ Yixun Lan
2021-05-15 19:35 Ulrich Müller
2019-08-28 10:10 David Seifert
2019-02-09 19:56 Aaron Bauman
2018-05-27 20:10 Mikle Kolyada
2018-05-27  1:57 Thomas Deutschmann
2018-04-02 15:32 Ulrich Müller
2018-04-02 14:03 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598701419.47c92843ec20f1d9a5ae011c47770d49b0c3d7dd.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox