Magellan Linux

Diff of /branches/magellan-next/core/lshw/lshw-02.14.b-r5.smage2

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

revision 6381 by niro, Thu Aug 19 21:50:08 2010 UTC revision 6382 by niro, Mon Aug 23 08:18:19 2010 UTC
# Line 9  SPLIT_PACKAGES="lshw lshw-gui" Line 9  SPLIT_PACKAGES="lshw lshw-gui"
9  PCATEGORIE="sys-apps"  PCATEGORIE="sys-apps"
10  STATE="unstable"  STATE="unstable"
11    
 #DESCRIPTION="lshw is a small tool to provide detailed information on the hardware configuration of a machine."  
12  HOMEPAGE="http://ezix.org/project/wiki/HardwareLiSter"  HOMEPAGE="http://ezix.org/project/wiki/HardwareLiSter"
13    
14  DEPEND=">= virtual/glibc"  SDEPEND=">= sys-apps/sed-4
15  SDEPEND=">= sys-apps/sed-4"   >= x11-libs/gtk2+-2.20"
16    
17  SRCFILE="${PNAME}-B.${PVER/.b/}.tar.gz"  SRCFILE="${PNAME}-B.${PVER/.b/}.tar.gz"
18  SRCDIR="${BUILDDIR}/${PNAME}-B.${PVER/.b/}"  SRCDIR="${BUILDDIR}/${PNAME}-B.${PVER/.b/}"
# Line 21  SRCDIR="${BUILDDIR}/${PNAME}-B.${PVER/.b Line 20  SRCDIR="${BUILDDIR}/${PNAME}-B.${PVER/.b
20  SRC_URI=(  SRC_URI=(
21   http://ezix.org/software/files/${SRCFILE}   http://ezix.org/software/files/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-gcc45.patch
24  )  )
25    
26  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz | sed 's:B.\(.*\):\1.b:'"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz | sed 's:B.\(.*\):\1.b:'"
# Line 36  split_info_lshw-gui() Line 36  split_info_lshw-gui()
36   DESCRIPTION="The GTK2+ gui for lshw."   DESCRIPTION="The GTK2+ gui for lshw."
37   PCATEGORIE="x11-misc"   PCATEGORIE="x11-misc"
38   DEPEND="== sys-apps/lshw-${PVER}   DEPEND="== sys-apps/lshw-${PVER}
39   >= x11-libs/gtk2+-2.18"   >= x11-libs/gtk2+-2.20"
40  }  }
41    
42  src_prepare()  src_prepare()
43  {  {
44   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
45     cd ${SRCDIR}
46    
47     # fixes gcc-4.5 compile issues
48     mpatch ${PNAME}-${PVER}-gcc45.patch || die
49  }  }
50    
51  src_compile()  src_compile()

Legend:
Removed from v.6381  
changed lines
  Added in v.6382