public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/rime-data/files: Makefile
@ 2012-09-01 10:46 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2012-09-01 10:46 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/09/01 10:46:21

  Added:                Makefile
  Log:
  Initial commit. Ebuild from gentoo-zh overlay, polished by dlan and me.
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-i18n/rime-data/files/Makefile

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/rime-data/files/Makefile?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/rime-data/files/Makefile?rev=1.1&content-type=text/plain

Index: Makefile
===================================================================
ifeq (${SRCDIR},)
	SRCDIR=$(shell pwd)
endif
DATA:=${SRCDIR}/data

ifeq (${PREFIX},)
	PREFIX=/usr
endif
ifeq (${RIME_DATA_DIR},)
	RIME_DATA_DIR=/share/rime-data
endif

all:
	@echo "building rime data"
	@mkdir -p ${DATA}
	@cp default.yaml ${DATA}
	@cp essay.kct  ${DATA}
	@cp supplement/*.yaml  ${DATA}
	@cp preset/*.yaml  ${DATA}
	rime_deployer --build  ${DATA}

install:
	@echo "installing rime data"
	@install -d ${DESTDIR}${PREFIX}${RIME_DATA_DIR}
	@install -m 644 ${DATA}/* ${DESTDIR}${PREFIX}${RIME_DATA_DIR}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-i18n/rime-data/files: Makefile
@ 2013-07-25 21:50 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-07-25 21:50 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/07/25 21:50:47

  Removed:              Makefile
  Log:
  Drop old version, wrt bug #478022, thanks to Dennis 'dlan' Lan <dennis.yxun AT gmail.com>
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-25 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 21:50 [gentoo-commits] gentoo-x86 commit in app-i18n/rime-data/files: Makefile Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-01 10:46 Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox