Magellan Linux

Diff of /smage/trunk/core/ca-certificates/ca-certificates-20160104-r1.smage2

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

revision 8269 by niro, Tue Jan 12 12:02:16 2016 UTC revision 8270 by niro, Tue Jan 12 12:03:34 2016 UTC
# Line 15  DEPEND=">= dev-libs/openssl-1 Line 15  DEPEND=">= dev-libs/openssl-1
15   >= virtual/debianutils   >= virtual/debianutils
16   >= sys-apps/findutils-4.4   >= sys-apps/findutils-4.4
17   >= virtual/sed"   >= virtual/sed"
18    
19  SDEPEND=">= dev-lang/python-2.7"  SDEPEND=">= dev-lang/python-2.7"
20    
21  SRCFILE="${PNAME}_${PVER}.tar.xz"  SRCFILE="${PNAME}_${PVER}.tar.xz"
22  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}"
23    
24  # do not strip libtool files and check not supported  # do not strip libtool files and check not supported
25  msetfeature "libtool" "!check"  msetfeature "libtool" "!check"
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32  )  )
33    
34  UP2SUBSTITUTE="certificates_"  UP2SUBSTITUTE="certificates_"
35  UP2DATE="updatecmd 'http://ftp.debian.org/debian/pool/main/c/${PNAME}?C=M;O=A' | highesttarball xz"  UP2DATE="updatecmd 'http://ftp.debian.org/debian/pool/main/c/${PNAME}' | highesttarball xz"
36    
37  src_compile()  src_compile()
38  {  {

Legend:
Removed from v.8269  
changed lines
  Added in v.8270