Magellan Linux

Diff of /smage/trunk/core/nano/nano-4.9.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14038 by niro, Fri Jul 3 07:08:17 2020 UTC revision 14039 by niro, Fri Jul 3 07:36:50 2020 UTC
# Line 13  DEPEND=">= sys-libs/ncurses-6.2" Line 13  DEPEND=">= sys-libs/ncurses-6.2"
13  SDEPEND=">= sys-libs/ncurses-dev-6.2"  SDEPEND=">= sys-libs/ncurses-dev-6.2"
14  PROVIDE="virtual/editor"  PROVIDE="virtual/editor"
15    
16  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
17  SRCDIR="$BUILDDIR/${PNAME}-${PVER}"  SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
18    
19  # nanorc version  # nanorc version
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   mirror://${PNAME}/nanorc-${NRCVER}   mirror://${PNAME}/nanorc-${NRCVER}
29  )  )
30    
31  UP2DATE="updatecmd ${HOMEPAGE}/download.php | highesttarball gz"  UP2DATE="updatecmd ${HOMEPAGE}/download.php | highesttarball xz"
32    
33  src_compile()  src_compile()
34  {  {

Legend:
Removed from v.14038  
changed lines
  Added in v.14039