summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years in headersChristian Faulhammer2011-12-271-2/+2
|
* extend rpm_spec_epatch to handle -b %patch options (which is really patch ↵Mike Frysinger2011-12-101-4/+32
| | | | --suffix)
* convert to eshopts_{push,pop}Mike Frysinger2010-07-181-4/+3
|
* make rpm_unpack functions w/no args work off of $A like the unpack functionMike Frysinger2009-10-051-1/+3
|
* since the API for rpm_unpack has changed, detect poor behavior and warn ↵Mike Frysinger2009-10-051-2/+10
| | | | about it rather than outright failing #287536
* simplify rpm code greatly by forcing rpm2targz and recent portage, and ↵Mike Frysinger2009-10-031-79/+51
| | | | document things
* add a func to automatically process patches in rpm specsMike Frysinger2009-03-121-1/+23
|
* make rpm unpack output messages like ebuild unpack()Mike Frysinger2006-06-271-3/+3
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-11/+10
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* remove WORKDIR restriction on rpm_unpack (#50291)Alastair Tse2005-06-251-3/+1
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* Apply patch from bug #25013 to replace calls to newdepend and newrdependMichael Sterrett2004-04-111-2/+2
| | | | with variable setting (DEPEND=, RDEPEND=).
* now depends on rpm2targz-9.0-r1 with bzip2 supportAlastair Tse2003-08-311-2/+2
|
* revised to handle the possibility of bzip2'ed rpmsAlastair Tse2003-06-251-4/+11
|
* fix commentsAlastair Tse2003-06-221-2/+2
|
* used agriffis' way of extracting rpms without gzipping at the endAlastair Tse2003-06-221-23/+37
| | | | also added test for rpm2cpio and use that instead if available
* slight touchup with find commandAlastair Tse2003-06-211-3/+3
|
* typos in comments, also make it depend on any rpm2targz eclass for nowAlastair Tse2003-06-211-4/+4
| | | | because we want to use this for all stable packages too.
* more comments and made it fail if rpm2targz spits out something abnormalAlastair Tse2003-06-211-7/+9
|
* new rpm extraction convienence eclassAlastair Tse2003-06-211-0/+78